Skip to content

Commit fe9e917

Browse files
committed
Include the K8s ingress.networking resource in namespace inspect collection
1 parent e00fad7 commit fe9e917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/admin/inspect/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func namespaceResourcesToCollect() []schema.GroupResource {
3131
{Resource: "poddisruptionbudgets"},
3232
{Resource: "secrets"},
3333
{Resource: "servicemonitors"},
34-
{Resource: "ingresses.networking"},
34+
{Resource: "ingresses.networking"},
3535
}
3636
}
3737

0 commit comments

Comments
 (0)