Files
kubernetes/test
Patrick Ohly 6302f01121 e2e node: fix broken assertion
It looks like the test or the branch is never executed, because it wouldn't
pass: a []v1.NodeIP is value is never the same as []string. Found by the
upcoming ginkgolinter update.

    ERROR: test/e2e_node/pod_host_ips.go:167:45: ginkgo-linter: use Equal with different types: Comparing []k8s.io/api/core/v1.HostIP with []string; either change the expected value type if possible, or use the BeEquivalentTo() matcher, instead of Equal() (ginkgolinter)
    ERROR: 					gomega.Expect(p.Status.HostIPs).Should(gomega.Equal(nodeIPs))
    ERROR: 					                                       ^
2023-10-26 13:25:00 +02:00
..
2023-10-26 13:25:00 +02:00
2023-10-26 13:25:00 +02:00
2021-02-28 15:17:29 -08:00
2023-10-17 10:55:40 -04:00
2021-03-04 07:54:53 +01:00
2023-10-13 11:00:04 +02:00
2023-05-11 16:43:38 +00:00