@@ -308,25 +308,25 @@ input: source repositories, images, or templates.
308
308
309
309
|Object |Description
310
310
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
314
314
location, and the build output location.
315
315
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
320
320
output image. If a container image was specified as input to `new-app`, then an
321
321
image stream is created for that image as well.
322
322
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
325
325
specified image. The `new-app` command creates xref:../volumes.adoc#dev-guide-volumes[*EmptyDir*
326
326
volumes] for all Docker volumes that are specified in containers included in the
327
- resulting `* DeploymentConfig* `.
327
+ resulting `DeploymentConfig`.
328
328
329
- a|`* Service* `
329
+ a|`Service`
330
330
a|The `new-app` command attempts to detect exposed ports in input images. It
331
331
uses the lowest numeric exposed port to generate a service that exposes that
332
332
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=-
372
372
373
373
[NOTE]
374
374
====
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
376
376
environment variables passed via the `-e|--env` or `--env-file` argument.
377
377
====
378
378
@@ -540,7 +540,7 @@ spec:
540
540
supports: "ruby:2.0,ruby"
541
541
version: "2.0"
542
542
----
543
- <1> Including *builder* here ensures this `* ImageStreamTag* ` appears in the
543
+ <1> Including *builder* here ensures this `ImageStreamTag` appears in the
544
544
web console as a builder.
545
545
====
546
546
0 commit comments