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: rest_api/openshift_v1.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -10171,6 +10171,7 @@ BinaryBuildSource describes a binary file to be used for the Docker and Source b
10171
10171
|asFile|AsFile indicates that the provided binary input should be considered a single file within the build input. For example, specifying "webapp.war" would place the provided binary as `/webapp.war` for the builder. If left empty, the Docker and Source build strategies assume this file is a zip, tar, or tar.gz file and extract it as the source. The custom strategy receives this binary as standard input. This filename may not contain slashes or be '..' or '.'.|false|string|
10172
10172
|===
10173
10173
10174
+
[[v1-build]]
10174
10175
=== v1.Build
10175
10176
:hardbreaks:
10176
10177
Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.
@@ -10266,6 +10267,7 @@ BuildLog is the (unused) resource associated with the build log redirector
10266
10267
|apiVersion|APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/release-1.2/docs/devel/api-conventions.md#resources|false|string|
10267
10268
|===
10268
10269
10270
+
[[v1-buildoutput]]
10269
10271
=== v1.BuildOutput
10270
10272
:hardbreaks:
10271
10273
BuildOutput is input to a build strategy and describes the Docker image that the strategy should produce.
0 commit comments