Skip to content

Commit 785bc65

Browse files
oarribasquickcluster
authored andcommitted
Include the K8s ingress.networking resource in namespace inspect collection
1 parent 0c09391 commit 785bc65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/admin/inspect/namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func namespaceResourcesToCollect() []schema.GroupResource {
3232
{Resource: "secrets"},
3333
{Resource: "servicemonitors"},
3434
{Resource: "userdefinednetworks"},
35+
{Resource: "ingresses.networking"},
3536
}
3637
}
3738

0 commit comments

Comments
 (0)