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.
2 parents ac914de + 5a33cf7 commit ac6933fCopy full SHA for ac6933f
modules/cluster-resources.adoc
@@ -21,19 +21,19 @@ $ oc api-resources -o name | grep config.openshift.io
21
+
22
[source,terminal]
23
----
24
-$ oc explain ${resource_name}.config.openshift.io
+$ oc explain <resource_name>.config.openshift.io
25
26
27
. To see the configuration of custom resource definition (CRD) objects in the cluster, run the following command:
28
29
30
31
-$ oc get ${resource_name}.config -o yaml
+$ oc get <resource_name>.config -o yaml
32
33
34
. To edit the cluster resource configuration, run the following command:
35
36
37
38
-$ oc edit ${resource_name}.config -o yaml
+$ oc edit <resource_name>.config -o yaml
39
0 commit comments