mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
@@ -50,7 +50,7 @@ var _ = SIGDescribe("[Feature:Windows] Cpu Resources [Serial]", func() {
|
||||
ginkgo.By("Waiting 2 minutes")
|
||||
time.Sleep(2 * time.Minute)
|
||||
ginkgo.By("Ensuring pods are still running")
|
||||
var allPods [](*v1.Pod)
|
||||
var allPods []*v1.Pod
|
||||
for _, p := range podsDecimal {
|
||||
pod, err := f.ClientSet.CoreV1().Pods(f.Namespace.Name).Get(
|
||||
context.TODO(),
|
||||
|
Reference in New Issue
Block a user