package labels
import "github.com/containerd/containerd/pkg/cri/labels"
Index ¶
Constants ¶
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" )
Source Files ¶
- Version
- v1.7.5
- Published
- Aug 25, 2023
- Platform
- windows/amd64
- Last checked
- 2 minutes ago –
Tools for package owners.