package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
Register the metrics that are to be monitored.
# Constants
PodGCReasonOrphaned is used when the pod is orphaned which means the corresponding node has been deleted.
PodGCReasonTerminated is used when the pod is terminated.
PodGCReasonCompleted is used when the pod is terminating and the corresponding node is not ready and has `node.kubernetes.io/out-of-service` taint.
PodGCReasonUnscheduled is used when the pod is terminating and unscheduled.