labels

package
v2.0.0-rc.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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"
	// ContainerKindLabel is a label key indicating container is sandbox container or application container
	ContainerKindLabel = criContainerdPrefix + ".kind"
	// ContainerKindSandbox is a label value indicating container is sandbox container
	ContainerKindSandbox = "sandbox"
	// ContainerKindContainer is a label value indicating container is application container
	ContainerKindContainer = "container"
	// ContainerMetadataExtension is an extension name that identify metadata of container in CreateContainerRequest
	ContainerMetadataExtension = criContainerdPrefix + ".container.metadata"
	// SandboxMetadataExtension is an extension name that identify metadata of sandbox in CreateContainerRequest
	SandboxMetadataExtension = criContainerdPrefix + ".sandbox.metadata"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL