package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/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.