diff --git a/modules/templates-create-from-existing-object.adoc b/modules/templates-create-from-existing-object.adoc index 5602059f734d..0fbf0043472e 100644 --- a/modules/templates-create-from-existing-object.adoc +++ b/modules/templates-create-from-existing-object.adoc @@ -11,7 +11,7 @@ adding parameters and other customizations as template form. .Procedure -. Export objects in a project in YAML form: +* Export objects in a project in YAML form: + ---- $ oc get -o yaml --export all > @@ -22,11 +22,11 @@ Run `oc get -h` for more examples. + The object types included in `oc get --export all` are: + -* BuildConfig -* Build -* DeploymentConfig -* ImageStream -* Pod -* ReplicationController -* Route -* Service +** `BuildConfig` +** `Build` +** `DeploymentConfig` +** `ImageStream` +** `Pod` +** `ReplicationController` +** `Route` +** `Service`