- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EventuallyEqual (0.25 sec)
-
cni/pkg/repair/repair_test.go
assert.NoError(t, c.queue.WaitForClose(time.Second)) }) stop := test.NewStop(t) tt.client.RunAndWait(stop) go c.Run(stop) kube.WaitForCacheSync("test", stop, c.queue.HasSynced) assert.EventuallyEqual(t, func() map[string]string { havePods := c.pods.List(metav1.NamespaceAll, klabels.Everything()) slices.SortBy(havePods, func(a *corev1.Pod) string { return a.Name })
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Oct 24 03:31:28 UTC 2023 - 10.6K bytes - Viewed (0)