mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
running gofmt
This commit is contained in:
parent
3a92e47d61
commit
16ad043cb8
@ -170,7 +170,7 @@ var _ = Describe("Kubectl client", func() {
|
|||||||
var podPath string
|
var podPath string
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
podPath = filepath.Join(testContext.RepoRoot, "test", "e2e", "testing-manifests", "kubectl", "pod-with-readiness-probe.yaml")
|
podPath = filepath.Join(testContext.RepoRoot, "test", "e2e", "testing-manifests", "kubectl", "pod-with-readiness-probe.yaml")
|
||||||
By(fmt.Sprintf("creating the pod from %v", podPath))
|
By(fmt.Sprintf("creating the pod from %v", podPath))
|
||||||
runKubectlOrDie("create", "-f", podPath, fmt.Sprintf("--namespace=%v", ns))
|
runKubectlOrDie("create", "-f", podPath, fmt.Sprintf("--namespace=%v", ns))
|
||||||
checkPodsRunningReady(c, ns, []string{simplePodName}, podStartTimeout)
|
checkPodsRunningReady(c, ns, []string{simplePodName}, podStartTimeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user