package
1.13.0-alpha.0
Repository: https://github.com/jsturtevant/kubernetes.git
Documentation: pkg.go.dev
# Functions
GetAllLogs gets all inuse (rotated/compressed) logs for a specific container log.
NewContainerLogManager creates a new container log manager.
NewStubContainerLogManager returns an empty ContainerLogManager which does nothing.
UncompressLog compresses a compressed log and return a readcloser for the stream of the uncompressed content.
# Structs
LogRotatePolicy is a policy for container log rotation.
# Interfaces
ContainerLogManager manages lifecycle of all container logs.