Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func AddOrUpdateDaemonPodTolerations(spec *v1.PodSpec) + func CreatePodTemplate(template v1.PodTemplateSpec, generation *int64, hash string) v1.PodTemplateSpec + func GetTargetNodeName(pod *v1.Pod) (string, error) + func GetTemplateGeneration(ds *apps.DaemonSet) (*int64, error) + func IsPodUpdated(pod *v1.Pod, hash string, dsTemplateGeneration *int64) bool + func ReplaceDaemonSetPodNodeNameNodeAffinity(affinity *v1.Affinity, nodename string) *v1.Affinity + func SplitByAvailablePods(minReadySeconds int32, pods []*v1.Pod) ([]*v1.Pod, []*v1.Pod)