// pod status is succeeded, it doesn't make sense to wait for this pod
Logf("The status of Pod %s is Succeeded, skipping waiting",pod.ObjectMeta.Name)
// it doesn't make sense to wait for this pod
continue
continue
casepod.Status.Phase!=v1.PodFailed:
casepod.Status.Phase!=v1.PodFailed:
Logf("The status of Pod %s is %s (Ready = false), waiting for it to be either Running (with Ready = true) or Failed",pod.ObjectMeta.Name,pod.Status.Phase)
Logf("The status of Pod %s is %s (Ready = false), waiting for it to be either Running (with Ready = true) or Failed",pod.ObjectMeta.Name,pod.Status.Phase)