Skip to content

Commit

Permalink
Merge pull request #1157 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1128-to-release-4.9

[release-4.9] Bug 2092265: [inspect] Add namespace-scoped networking resources to inspect
  • Loading branch information
openshift-ci[bot] committed Jun 24, 2022
2 parents 9148981 + 6c310a5 commit 728b452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cli/admin/inspect/namespace.go
Expand Up @@ -21,9 +21,11 @@ func namespaceResourcesToCollect() []schema.GroupResource {
// this is actually a group which collects most useful things
{Resource: "all"},
{Resource: "configmaps"},
{Resource: "egressfirewalls"},
{Resource: "events"},
{Resource: "endpoints"},
{Resource: "endpointslices"},
{Resource: "networkpolicies"},
{Resource: "persistentvolumeclaims"},
{Resource: "poddisruptionbudgets"},
{Resource: "secrets"},
Expand Down

0 comments on commit 728b452

Please sign in to comment.