Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerImagesFromJob ¶
func GetContainerImagesFromJob(job *batchv1.Job) (kube.ContainerImages, error)
func GetContainerImagesFromPodSpec ¶
func GetContainerImagesFromPodSpec(spec corev1.PodSpec) kube.ContainerImages
func GetImmediateOwnerReference ¶
GetImmediateOwnerReference returns the immediate owner of the specified Pod. For example, for a Pod controlled by a Deployment it will return the active ReplicaSet object, whereas for an unmanaged Pod the immediate owner is the Pod itself.
func HasContainersReadyCondition ¶
HasContainersReadyCondition iterates conditions of the specified Pod to check whether all containers in the Pod are ready.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.