Skip to content

Commit 1581bf0

Browse files
jc-bergerelsony
jc-berger
authored andcommitted
minor changes for language consistency and technical accuracy
1 parent 438c48e commit 1581bf0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: docs/modules/user-guide/partials/proc_adding-components-to-a-devfile.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Each component in a single devfile must have a unique name and use one of the ob
1515
|The list of containers that you use.
1616
|===
1717

18-
.containerObject
18+
.container object
1919
[cols="1,1,1,1"]
2020
|===
2121
|Key |Type| Required| Description
@@ -61,7 +61,7 @@ Each component in a single devfile must have a unique name and use one of the ob
6161
|The list of environment variables to use.
6262
|===
6363

64-
.endpointObject
64+
.endpoint object
6565
[cols="1,1,1,1"]
6666
|===
6767
|Key |Type| Required| Description
@@ -89,15 +89,15 @@ Each component in a single devfile must have a unique name and use one of the ob
8989
|protocol
9090
|string
9191
|no
92-
|Use the following attributes to describe the application and transport protocols of the traffic that goes through the endpoint: `http`, `https`, `ws`, `wss`, `tcp`, `udp`. If not specified, the default attribute is `public`.
92+
|Use the following attributes to describe the application and transport protocols of the traffic that goes through the endpoint: `http`, `https`, `ws`, `wss`, `tcp`, `udp`. If not specified, the default attribute is `http`.
9393

9494
|secure
9595
|boolean
9696
|no
9797
|Choose to define the endpoint as secure or not.
9898
|===
9999

100-
.volumeObject
100+
.volume object
101101
[cols="1,1,1,1"]
102102
|===
103103
|Key |Type| Required| Description

Diff for: docs/modules/user-guide/partials/proc_adding-projects-to-a-devfile.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section describes how to add one or more projects to a devfile. Each starte
2626
|===
2727

2828

29-
.gitObject
29+
.git object
3030
[cols="1,1,1,1"]
3131
|===
3232
|Key |Type| Required| Description
@@ -38,11 +38,11 @@ This section describes how to add one or more projects to a devfile. Each starte
3838

3939
|remotes
4040
|string
41-
|no
41+
|yes
4242
|The branch that you use.
4343
|===
4444

45-
.zipObject
45+
.zip object
4646
[cols="1,1,1,1"]
4747
|===
4848
|Key |Type| Required| Description

0 commit comments

Comments
 (0)