# Functions
Build the pod full name from pod name and namespace.
GetPodFullName returns a name that uniquely identifies a pod.
No description provided by the author
NewReadinessManager creates ane returns a readiness manager with empty contents.
NewRefManager creates and returns a container reference manager with empty contents.
NewRuntimeCache creates a container runtime cache.
Parse the pod full name.
# Structs
Container provides the runtime information for a container, such as ID, hash, status of the container.
FakeRuntime is a fake container runtime for testing.
No description provided by the author
Pod is a group of containers, with the status of the pod.
ReadinessManager maintains the readiness information(probe results) of containers over time to allow for implementation of health thresholds.
RefManager manages the references for the containers.
RunContainerOptions specify the options which are necessary for running containers.
# Interfaces
Runtime interface defines the interfaces that should be implemented by a container runtime.
No description provided by the author
# Type aliases
No description provided by the author