mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Fix fmt and staticcheck
This commit is contained in:
@@ -910,6 +910,7 @@ var _ = framework.KubeDescribe("Pods", func() {
|
||||
}
|
||||
ginkgo.By("creating a Pod with a static label")
|
||||
_, err = f.ClientSet.CoreV1().Pods(testNamespaceName).Create(context.TODO(), &testPod, metav1.CreateOptions{})
|
||||
framework.ExpectNoError(err, "failed to create Pod %v in namespace %v", testPod.ObjectMeta.Name, testNamespaceName)
|
||||
|
||||
ginkgo.By("watching for Pod to be ready")
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
|
||||
|
Reference in New Issue
Block a user