Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContainerTypeLabelKey is the container type (podsandbox or container) annotation ContainerTypeLabelKey = "io.kubernetes.docker.type" // ContainerTypeLabelSandbox represents a sandbox sandbox container ContainerTypeLabelSandbox = "podsandbox" // ContainerTypeLabelContainer represents a container running within a sandbox ContainerTypeLabelContainer = "container" // SandboxIDLabelKey is the sandbox ID annotation SandboxIDLabelKey = "io.kubernetes.sandbox.id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.