We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8d26c commit 9f79eceCopy full SHA for 9f79ece
tests/e2e/fixture/k8s/fixture.go
@@ -29,7 +29,7 @@ func ExistByName(k8sClient client.Client) matcher.GomegaMatcher {
29
}, BeTrue())
30
}
31
32
-// DoesNotExistByName checks if the given resource does not exist, when retrieving it by name/namespace.
+// NotExistByName checks if the given resource does not exist, when retrieving it by name/namespace.
33
// Does NOT check if the resource content matches.
34
func NotExistByName(k8sClient client.Client) matcher.GomegaMatcher {
35
0 commit comments