Skip to content

Commit 74ccc5c

Browse files
committed
add ResourceQuotas
We want to gather ResourceQuotas as part of the information gathered by the Support Export.
1 parent 717edc0 commit 74ccc5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/cmd/export.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ var otherNamespacedResources = []schema.GroupVersionResource{{
160160
Group: corev1.SchemeGroupVersion.Group,
161161
Version: corev1.SchemeGroupVersion.Version,
162162
Resource: "limitranges",
163+
}, {
164+
Group: corev1.SchemeGroupVersion.Group,
165+
Version: corev1.SchemeGroupVersion.Version,
166+
Resource: "resourcequotas",
163167
}}
164168

165169
// newSupportCommand returns the support subcommand of the PGO plugin.

0 commit comments

Comments
 (0)