kubernetes/staging/src/k8s.io/kubelet/pkg/types/labels.go

const KubernetesPodNameLabel

const KubernetesPodNamespaceLabel

const KubernetesPodUIDLabel

const KubernetesContainerNameLabel

const PodInfraContainerName

// GetContainerName returns the value of the KubernetesContainerNameLabel.
func GetContainerName(labels map[string]string) string {}

// GetPodName returns the value of the KubernetesPodNameLabel.
func GetPodName(labels map[string]string) string {}

// GetPodUID returns the value of the KubernetesPodUIDLabel.
func GetPodUID(labels map[string]string) string {}

// GetPodNamespace returns the value of the KubernetesPodNamespaceLabel.
func GetPodNamespace(labels map[string]string) string {}