package
1.12.0-alpha.0
Repository: https://github.com/fabianvf/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewCadvisorStatsProvider returns a containerStatsProvider that provides both the node and the container stats from cAdvisor.
NewCRIStatsProvider returns a StatsProvider that provides the node stats from cAdvisor and the container stats from CRI.
No description provided by the author
# Structs
StatsProvider provides the stats of the node and the pod-managed containers.
# Interfaces
No description provided by the author
# Type aliases
ByCreationTime implements sort.Interface for []containerInfoWithCgroup based on the cinfo.Spec.CreationTime field.