Documentation ¶
Overview ¶
Package pod provides utilities to work with Kubernetes pod and pod templates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodTemplateSpecHash ¶
func GetPodTemplateSpecHash(template api.PodTemplateSpec) uint32
func UpdatePodWithRetries ¶
func UpdatePodWithRetries(podClient unversionedcore.PodInterface, pod *api.Pod, applyUpdate updatePodFunc) (*api.Pod, bool, error)
UpdatePodWithRetries updates a pod with given applyUpdate function. Note that pod not found error is ignored. The returned bool value can be used to tell if the pod is actually updated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.