package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/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.