package constants

import "github.com/containerd/containerd/pkg/cri/constants"

Index

Constants

const (
	// K8sContainerdNamespace is the namespace we use to connect containerd.
	K8sContainerdNamespace = "k8s.io"
	// CRIVersion is the latest CRI version supported by the CRI plugin.
	CRIVersion = "v1"
	// CRIVersionAlpha is the alpha version of CRI supported by the CRI plugin.
	CRIVersionAlpha = "v1alpha2"
)

Source Files

constants.go

Version
v1.7.27 (latest)
Published
Mar 17, 2025
Platform
linux/amd64
Last checked
17 hours ago

Tools for package owners.