Skip to content

Commit 2784269

Browse files
committed
add ingress classs as nondefault resource
1 parent 4abefe2 commit 2784269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func TestDefaultCollectorMetricsAvailable(t *testing.T) {
256256
nonDefaultResources := map[string]bool{
257257
"clusterrole": true,
258258
"clusterrolebinding": true,
259+
"ingressclass": true,
259260
"role": true,
260261
"rolebinding": true,
261262
"serviceaccount": true,

0 commit comments

Comments
 (0)