Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + var ErrCreateContainer = errors.New("CreateContainerError") + var ErrCreateContainerConfig = errors.New("CreateContainerConfigError") + var ErrPostStartHook = errors.New("PostStartHookError") + var ErrPreStartHook = errors.New("PreStartHookError") + var ErrVersionNotSupported = errors.New("runtime api version is not supported") + func BuildContainerLogsDirectory(podNamespace, podName string, podUID types.UID, containerName string) string + func BuildPodLogsDirectory(podNamespace, podName string, podUID types.UID) string + type KubeGenericRuntime interface + func NewKubeGenericRuntimeManager(recorder record.EventRecorder, livenessManager proberesults.Manager, ...) (KubeGenericRuntime, error) + type LegacyLogProvider interface + GetContainerLogTail func(uid kubetypes.UID, name, namespace string, ...) (string, error)