We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104df0f commit 7628a13Copy full SHA for 7628a13
admission/rulebinding/cache/cache.go
@@ -74,7 +74,6 @@ func (c *RBCache) ListRulesForObject(ctx context.Context, object *unstructured.U
74
continue
75
}
76
77
- // check if the object is cluster object
78
rbNames = append(rbNames, rbName)
79
80
0 commit comments