gomega.Expect(podClient.PodIsReady(podName)).To(gomega.BeFalse(),"Expect pod's Ready condition to be false with only one condition in readinessGates equal to True")
gomega.Expect(podClient.PodIsReady(podName)).To(gomega.BeFalse(),"Expect pod's Ready condition to be false with only one condition in readinessGates equal to True")
ginkgo.By(fmt.Sprintf("patching pod status with condition %q to true",readinessGate2))
ginkgo.By(fmt.Sprintf("patching pod status with condition %q to true",readinessGate2))