package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-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.