We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ce159a + 1648357 commit 087d28aCopy full SHA for 087d28a
collection-scripts/gather_namespaced_resources
@@ -34,6 +34,7 @@ commands_get+=("subscription")
34
commands_get+=("csv")
35
commands_get+=("catalogsource")
36
commands_get+=("installplan")
37
+commands_get+=("operatorconditions")
38
commands_get+=("all -o wide")
39
commands_get+=("role")
40
commands_get+=("hpa")
@@ -69,6 +70,7 @@ oc_yamls+=("csv")
69
70
oc_yamls+=("hpa")
71
oc_yamls+=("subscription")
72
oc_yamls+=("installplan")
73
+oc_yamls+=("operatorconditions")
74
oc_yamls+=("storagerequest")
75
oc_yamls+=("alertmanager")
76
oc_yamls+=("prometheus")
0 commit comments