Skip to content

Commit 9f8920e

Browse files
authored
Merge pull request #3414 from ahardin-rh/3304-followup
Follow-up style edits to PR#3304
2 parents 5b23a4c + 9d8634b commit 9f8920e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

dev_guide/application_lifecycle/new_app.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -308,25 +308,25 @@ input: source repositories, images, or templates.
308308

309309
|Object |Description
310310

311-
a|`*BuildConfig*`
312-
a|A `*BuildConfig*` is created for each source repository specified in the
313-
command line. The `*BuildConfig*` specifies the strategy to use, the source
311+
a|`BuildConfig`
312+
a|A `BuildConfig` is created for each source repository specified in the
313+
command line. The `BuildConfig` specifies the strategy to use, the source
314314
location, and the build output location.
315315

316-
a|`*ImageStreams*`
317-
a|For `*BuildConfig*`, two `*ImageStreams*` are usually created: one to
318-
represent the input image (the builder image in the case of `*Source*` builds or
319-
*FROM* image in case of `*Docker*` builds), and another one to represent the
316+
a|`ImageStreams`
317+
a|For `BuildConfig`, two `ImageStreams` are usually created: one to
318+
represent the input image (the builder image in the case of `Source` builds or
319+
*FROM* image in case of `Docker` builds), and another one to represent the
320320
output image. If a container image was specified as input to `new-app`, then an
321321
image stream is created for that image as well.
322322

323-
a|`*DeploymentConfig*`
324-
a|A `*DeploymentConfig*` is created either to deploy the output of a build, or a
323+
a|`DeploymentConfig`
324+
a|A `DeploymentConfig` is created either to deploy the output of a build, or a
325325
specified image. The `new-app` command creates xref:../volumes.adoc#dev-guide-volumes[*EmptyDir*
326326
volumes] for all Docker volumes that are specified in containers included in the
327-
resulting `*DeploymentConfig*`.
327+
resulting `DeploymentConfig`.
328328

329-
a|`*Service*`
329+
a|`Service`
330330
a|The `new-app` command attempts to detect exposed ports in input images. It
331331
uses the lowest numeric exposed port to generate a service that exposes that
332332
port. In order to expose a different port, after `new-app` has completed, simply
@@ -372,7 +372,7 @@ $ cat postgresql.env | oc new-app openshift/postgresql-92-centos7 --env-file=-
372372

373373
[NOTE]
374374
====
375-
Any `*BuildConfig*` objects created as part of `new-app` processing will not be updated with
375+
Any `BuildConfig` objects created as part of `new-app` processing will not be updated with
376376
environment variables passed via the `-e|--env` or `--env-file` argument.
377377
====
378378

@@ -540,7 +540,7 @@ spec:
540540
supports: "ruby:2.0,ruby"
541541
version: "2.0"
542542
----
543-
<1> Including *builder* here ensures this `*ImageStreamTag*` appears in the
543+
<1> Including *builder* here ensures this `ImageStreamTag` appears in the
544544
web console as a builder.
545545
====
546546

0 commit comments

Comments
 (0)