You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing_to_docs/term_glossary.adoc
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,21 @@ action. It consists of _identity_ and _action_.
103
103
''''
104
104
=== build
105
105
106
-
General usage: build(s)
106
+
Usage: build(s), or when speaking generally about `Build` objects.
107
107
108
-
A build is the process of transforming input parameters into a resulting object.
108
+
* A build is the process of transforming input parameters into a resulting object.
109
+
* A `Build` object encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the pod that executed the build.
109
110
110
-
When referencing the actual object, write as `Build`. See link:doc_guidelines.adoc#api-object-formatting[API object formatting] for more details.
111
+
When referencing the actual object, write as "``Build`` object" as appropriate. See link:doc_guidelines.adoc#api-object-formatting[API object formatting] for more details.
112
+
113
+
''''
114
+
=== build configuration
115
+
116
+
Usage: build configuration(s) when speaking generally about `BuildConfig` objects.
117
+
118
+
A `BuildConfig` object is the definition of the entire build process. A build configuration describes a single build definition and a set of triggers for when a new build is created.
119
+
120
+
When referencing the actual object, write as "``BuildConfig`` object" as appropriate. See link:doc_guidelines.adoc#api-object-formatting[API object formatting] for more details.
0 commit comments