Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePodTemplate ¶ added in v1.7.1
func CreatePodTemplate(template v1.PodTemplateSpec, generation int64, hash string) v1.PodTemplateSpec
CreatePodTemplate returns copy of provided template with additional label which contains templateGeneration (for backward compatibility), hash of provided template and sets default daemon tolerations.
func IsPodUpdated ¶
func IsPodUpdated(dsTemplateGeneration int64, pod *v1.Pod, hash string) bool
IsPodUpdate checks if pod contains label value that either matches templateGeneration or hash
func SplitByAvailablePods ¶
func SplitByAvailablePods(minReadySeconds int32, pods []*v1.Pod) ([]*v1.Pod, []*v1.Pod)
SplitByAvailablePods splits provided daemon set pods by availabilty
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.