package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetContainerStartedTime returns the time when the given container started and error if any.
GetContainerState returns current state the container represents among its lifecycle.
GetTransitionTimeForReadyCondition returns the time when the given pod became ready and error if any.

# Constants

ContainerStateRunning represents 'Running' container state.
ContainerStateTerminated represents 'Terminated' container state.
ContainerStateUnknown represents 'Unknown' container state.
ContainerStateWaiting represents 'Waiting' container state.
ContainerStatusPollInterval represents duration between polls to get the container status.
ContainerStatusRetryTimeout represents polling threshold before giving up to get the container status.

# Variables

# Structs

ConformanceContainer defines the types for running container conformance test cases One pod one container.
KubeletManagedHostConfig defines the types for running managed etc hosts test cases.
PrivilegedPodTestConfig is configuration struct for privileged pod test TODO: Merge with tests in security_context.go.

# Type aliases

ContainerState represents different states of its lifecycle.