Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DaemonSetPodAnnotationKey - annotation use to informs the cluster-autoscaler controller when a pod needs to be considered as a Daemonset's Pod.
DaemonSetPodAnnotationKey = "cluster-autoscaler.kubernetes.io/daemonset-pod"
)
Variables ¶
This section is empty.
Functions ¶
func ClearPodNodeNames ¶
ClearPodNodeNames removes node name from pods
func FilterRecreatablePods ¶
FilterRecreatablePods filters pods that will be recreated by their controllers
func IsDaemonSetPod ¶
IsDaemonSetPod returns true if the Pod should be considered as Pod managed by a DaemonSet
func IsMirrorPod ¶
IsMirrorPod checks whether the pod is a mirror pod.
func IsStaticPod ¶
IsStaticPod returns true if the pod is a static pod.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.