# Functions
GetContainerName returns the value of the KubernetesContainerNameLabel.
GetPodCgroupNameSuffix returns the last element of the pod CgroupName identifier.
GetPodName returns the value of the KubernetesPodNameLabel.
GetPodNamespace returns the value of the KubernetesPodNamespaceLabel.
GetPodUID returns the value of the KubernetesPodUIDLabel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
Cgroup2MemoryHigh is memory.high for cgroup v2.
Cgroup2MemoryMin is memory.min for cgroup v2.
Label keys for labels used in this package.
Label keys for labels used in this package.
Label keys for labels used in this package.
Label keys for labels used in this package.
No description provided by the author
PodInfraContainerName is the KubernetesPodNameLabel value for infra containers.
when swap.max=max in cgroups, cadvisor parses it as -1.
# Structs
No description provided by the author
PodReference contains enough information to locate the referenced pod.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
StatsCollector is an interface for gathering statistics.
# Type aliases
ByCreationTime implements sort.Interface for []containerInfoWithCgroup based on the cinfo.Spec.CreationTime field.
CgroupName is the abstract name of a cgroup prior to any driver specific conversion.