Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ImageLabelKey is the label key indicating the image is managed by cri plugin. ImageLabelKey = criContainerdPrefix + ".image" // ImageLabelValue is the label value indicating the image is managed by cri plugin. ImageLabelValue = "managed" // PinnedImageLabelKey is the label value indicating the image is pinned. PinnedImageLabelKey = criContainerdPrefix + ".pinned" // PinnedImageLabelValue is the label value indicating the image is pinned. PinnedImageLabelValue = "pinned" )
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.