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

labels.go

Version
v1.7.5
Published
Aug 25, 2023
Platform
js/wasm
Last checked
10 minutes ago

Tools for package owners.