Files
kubernetes/test
Patrick Ohly e7df337eba e2e: replace gomega.Equal(true/false) with gomega.BeTrue/BeFalse()
The failure message becomes a bit nicer. Found by the new ginkgolinter, for
example:

    test/e2e/windows/memory_limits.go:160:2: ginkgo-linter: wrong boolean assertion; consider using `gomega.Eventually(ctx, func() bool {
     eventList, err := f.ClientSet.CoreV1().Events(f.Namespace.Name).List(ctx, metav1.ListOptions{})
     ...
    }, 3*time.Minute, 10*time.Second).Should(gomega.BeTrue())` instead (ginkgolinter)
2023-06-27 14:20:20 +02:00
..
2023-06-09 08:49:31 +03:00
2023-06-12 15:45:19 +02:00
2022-06-15 13:38:48 +09:00
2023-06-14 12:47:16 +02:00
2023-05-11 16:43:38 +00:00