Skip to content

Commit 087d28a

Browse files
Merge pull request #234 from red-hat-storage/conditions
collect output for operatoronditions
2 parents 9ce159a + 1648357 commit 087d28a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collection-scripts/gather_namespaced_resources

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ commands_get+=("subscription")
3434
commands_get+=("csv")
3535
commands_get+=("catalogsource")
3636
commands_get+=("installplan")
37+
commands_get+=("operatorconditions")
3738
commands_get+=("all -o wide")
3839
commands_get+=("role")
3940
commands_get+=("hpa")
@@ -69,6 +70,7 @@ oc_yamls+=("csv")
6970
oc_yamls+=("hpa")
7071
oc_yamls+=("subscription")
7172
oc_yamls+=("installplan")
73+
oc_yamls+=("operatorconditions")
7274
oc_yamls+=("storagerequest")
7375
oc_yamls+=("alertmanager")
7476
oc_yamls+=("prometheus")

0 commit comments

Comments
 (0)