We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f09c19 commit 6ae24abCopy full SHA for 6ae24ab
internal/controllers/watchdog/utils.go
@@ -36,7 +36,7 @@ func API(config *rest.Config) ([]utils.ProxyGroupVersionKind, error) {
36
}
37
38
for _, i := range ar.APIResources {
39
- if !sets.New[string]([]string(i.Verbs)...).Has("get") {
+ if !sets.New[string]([]string(i.Verbs)...).HasAll("get", "list", "watch") {
40
continue
41
42
0 commit comments