Skip to content

Commit f11ad0f

Browse files
committed
remove experimental extended builds api
1 parent 09ad351 commit f11ad0f

30 files changed

+269
-1248
lines changed

api/docs/apis-build.openshift.io/v1.Build.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -306,17 +306,6 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
306306
</div></details><div style="margin-left:13px;"> <span title="(boolean) incremental flag forces the Source build to do incremental builds if true.">incremental</span>:
307307
</div><details><summary> <span title="(v1.LocalObjectReference) pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries">pullSecret</span>:
308308
</summary><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
309-
</div></details><details><summary> <span title="(array) runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to &#34;.&#34;, in this case it just refers to the root of WORKDIR. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeArtifacts</span>:
310-
</summary><div style="margin-left:13px;"> - <span title="(string) destinationDir is the relative directory within the build directory where files copied from the image are placed.">destinationDir</span>:
311-
</div><div style="margin-left:13px;"> <span title="(string) sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination.">sourcePath</span>:
312-
</div></details><details><summary> <span title="(v1.ObjectReference) runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeImage</span>:
313-
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
314-
</div><div style="margin-left:13px;"> <span title="(string) If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: &#34;spec.containers{name}&#34; (where &#34;name&#34; refers to the name of the container that triggered the event) or if no container name is specified &#34;spec.containers[2]&#34; (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.">fieldPath</span>:
315-
</div><div style="margin-left:13px;"> <span title="(string) Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
316-
</div><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
317-
</div><div style="margin-left:13px;"> <span title="(string) Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">namespace</span>:
318-
</div><div style="margin-left:13px;"> <span title="(string) Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency">resourceVersion</span>:
319-
</div><div style="margin-left:13px;"> <span title="(string) UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids">uid</span>:
320309
</div></details><div style="margin-left:13px;"> <span title="(string) scripts is the location of Source scripts">scripts</span>:
321310
</div></details><div style="margin-left:13px;"> <span title="(string) type is the kind of build strategy.">type</span>:
322311
</div></details><details><summary> <span title="(array) triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.">triggeredBy</span>:

api/docs/apis-build.openshift.io/v1.BuildConfig.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,6 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
310310
</div></details><div style="margin-left:13px;"> <span title="(boolean) incremental flag forces the Source build to do incremental builds if true.">incremental</span>:
311311
</div><details><summary> <span title="(v1.LocalObjectReference) pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries">pullSecret</span>:
312312
</summary><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
313-
</div></details><details><summary> <span title="(array) runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to &#34;.&#34;, in this case it just refers to the root of WORKDIR. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeArtifacts</span>:
314-
</summary><div style="margin-left:13px;"> - <span title="(string) destinationDir is the relative directory within the build directory where files copied from the image are placed.">destinationDir</span>:
315-
</div><div style="margin-left:13px;"> <span title="(string) sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination.">sourcePath</span>:
316-
</div></details><details><summary> <span title="(v1.ObjectReference) runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeImage</span>:
317-
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
318-
</div><div style="margin-left:13px;"> <span title="(string) If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: &#34;spec.containers{name}&#34; (where &#34;name&#34; refers to the name of the container that triggered the event) or if no container name is specified &#34;spec.containers[2]&#34; (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.">fieldPath</span>:
319-
</div><div style="margin-left:13px;"> <span title="(string) Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
320-
</div><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
321-
</div><div style="margin-left:13px;"> <span title="(string) Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">namespace</span>:
322-
</div><div style="margin-left:13px;"> <span title="(string) Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency">resourceVersion</span>:
323-
</div><div style="margin-left:13px;"> <span title="(string) UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids">uid</span>:
324313
</div></details><div style="margin-left:13px;"> <span title="(string) scripts is the location of Source scripts">scripts</span>:
325314
</div></details><div style="margin-left:13px;"> <span title="(string) type is the kind of build strategy.">type</span>:
326315
</div></details><div style="margin-left:13px;"> <span title="(integer) successfulBuildsHistoryLimit is the number of old successful builds to retain. If not specified, all successful builds are retained.">successfulBuildsHistoryLimit</span>:

api/docs/oapi/v1.Build.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -306,17 +306,6 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
306306
</div></details><div style="margin-left:13px;"> <span title="(boolean) incremental flag forces the Source build to do incremental builds if true.">incremental</span>:
307307
</div><details><summary> <span title="(v1.LocalObjectReference) pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries">pullSecret</span>:
308308
</summary><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
309-
</div></details><details><summary> <span title="(array) runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to &#34;.&#34;, in this case it just refers to the root of WORKDIR. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeArtifacts</span>:
310-
</summary><div style="margin-left:13px;"> - <span title="(string) destinationDir is the relative directory within the build directory where files copied from the image are placed.">destinationDir</span>:
311-
</div><div style="margin-left:13px;"> <span title="(string) sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination.">sourcePath</span>:
312-
</div></details><details><summary> <span title="(v1.ObjectReference) runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeImage</span>:
313-
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
314-
</div><div style="margin-left:13px;"> <span title="(string) If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: &#34;spec.containers{name}&#34; (where &#34;name&#34; refers to the name of the container that triggered the event) or if no container name is specified &#34;spec.containers[2]&#34; (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.">fieldPath</span>:
315-
</div><div style="margin-left:13px;"> <span title="(string) Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
316-
</div><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
317-
</div><div style="margin-left:13px;"> <span title="(string) Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">namespace</span>:
318-
</div><div style="margin-left:13px;"> <span title="(string) Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency">resourceVersion</span>:
319-
</div><div style="margin-left:13px;"> <span title="(string) UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids">uid</span>:
320309
</div></details><div style="margin-left:13px;"> <span title="(string) scripts is the location of Source scripts">scripts</span>:
321310
</div></details><div style="margin-left:13px;"> <span title="(string) type is the kind of build strategy.">type</span>:
322311
</div></details><details><summary> <span title="(array) triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.">triggeredBy</span>:

api/docs/oapi/v1.BuildConfig.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,6 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
310310
</div></details><div style="margin-left:13px;"> <span title="(boolean) incremental flag forces the Source build to do incremental builds if true.">incremental</span>:
311311
</div><details><summary> <span title="(v1.LocalObjectReference) pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries">pullSecret</span>:
312312
</summary><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
313-
</div></details><details><summary> <span title="(array) runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to &#34;.&#34;, in this case it just refers to the root of WORKDIR. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeArtifacts</span>:
314-
</summary><div style="margin-left:13px;"> - <span title="(string) destinationDir is the relative directory within the build directory where files copied from the image are placed.">destinationDir</span>:
315-
</div><div style="margin-left:13px;"> <span title="(string) sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination.">sourcePath</span>:
316-
</div></details><details><summary> <span title="(v1.ObjectReference) runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. Deprecated: This feature will be removed in a future release. Use ImageSource to copy binary artifacts created from one build into a separate runtime image.">runtimeImage</span>:
317-
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
318-
</div><div style="margin-left:13px;"> <span title="(string) If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: &#34;spec.containers{name}&#34; (where &#34;name&#34; refers to the name of the container that triggered the event) or if no container name is specified &#34;spec.containers[2]&#34; (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.">fieldPath</span>:
319-
</div><div style="margin-left:13px;"> <span title="(string) Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
320-
</div><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
321-
</div><div style="margin-left:13px;"> <span title="(string) Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">namespace</span>:
322-
</div><div style="margin-left:13px;"> <span title="(string) Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency">resourceVersion</span>:
323-
</div><div style="margin-left:13px;"> <span title="(string) UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids">uid</span>:
324313
</div></details><div style="margin-left:13px;"> <span title="(string) scripts is the location of Source scripts">scripts</span>:
325314
</div></details><div style="margin-left:13px;"> <span title="(string) type is the kind of build strategy.">type</span>:
326315
</div></details><div style="margin-left:13px;"> <span title="(integer) successfulBuildsHistoryLimit is the number of old successful builds to retain. If not specified, all successful builds are retained.">successfulBuildsHistoryLimit</span>:

api/protobuf-spec/github_com_openshift_origin_pkg_build_apis_build_v1.proto

-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)