gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failed to list pods in namespace: %s, that match label selector: %s",f.Namespace.Name,rcSelector.String())
framework.ExpectNoError(err,"failed to list pods in namespace: %s, that match label selector: %s",f.Namespace.Name,rcSelector.String())
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod.Name,f.Namespace.Name,patch)
framework.ExpectNoError(err,"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod.Name,f.Namespace.Name,patch)
}
}
ginkgo.By(fmt.Sprintf("delete the rc %s",rc1Name))
ginkgo.By(fmt.Sprintf("delete the rc %s",rc1Name))
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod1.Name,f.Namespace.Name,patch1)
framework.ExpectNoError(err,"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod1.Name,f.Namespace.Name,patch1)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod2.Name,f.Namespace.Name,patch2)
framework.ExpectNoError(err,"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod2.Name,f.Namespace.Name,patch2)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod3.Name,f.Namespace.Name,patch3)
framework.ExpectNoError(err,"failed to apply to pod %s in namespace %s, a strategic merge patch: %s",pod3.Name,f.Namespace.Name,patch3)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failure while waiting for a default service account to be provisioned in namespace: %s",namespace.Name)
framework.ExpectNoError(err,"failure while waiting for a default service account to be provisioned in namespace: %s",namespace.Name)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"failure while waiting for a default service account to be provisioned in namespace: %s",namespace.Name)
framework.ExpectNoError(err,"failure while waiting for a default service account to be provisioned in namespace: %s",namespace.Name)