We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717edc0 commit 74ccc5cCopy full SHA for 74ccc5c
internal/cmd/export.go
@@ -160,6 +160,10 @@ var otherNamespacedResources = []schema.GroupVersionResource{{
160
Group: corev1.SchemeGroupVersion.Group,
161
Version: corev1.SchemeGroupVersion.Version,
162
Resource: "limitranges",
163
+}, {
164
+ Group: corev1.SchemeGroupVersion.Group,
165
+ Version: corev1.SchemeGroupVersion.Version,
166
+ Resource: "resourcequotas",
167
}}
168
169
// newSupportCommand returns the support subcommand of the PGO plugin.
0 commit comments