Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SandboxID is the sandbox ID annotation. SandboxID = "io.kubernetes.cri-o.SandboxID" // ContainerManager is the annotation key for indicating the creator and // manager of the container. ContainerManager = "io.container.manager" )
View Source
const ( // ContainerTypeSandbox represents a pod sandbox container. ContainerTypeSandbox = "sandbox" // ContainerTypeContainer represents a container running within a pod. ContainerTypeContainer = "container" )
ContainerType values
View Source
const ContainerManagerLibpod = "libpod"
ContainerManagerLibpod indicates that libpod created and manages the container.
View Source
const DNS1123SubdomainMaxLength int = 253
DNS1123SubdomainMaxLength is a subdomain's max length in DNS (RFC 1123)
Variables ¶
This section is empty.
Functions ¶
func ValidateAnnotations ¶
ValidateAnnotations validates that a set of annotations are correctly defined.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.