diff --git a/modules/templates-create-from-existing-object.adoc b/modules/templates-create-from-existing-object.adoc index 70240ab2d3dd..78f8ee54649a 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: + [source,terminal] ---- @@ -23,11 +23,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`