mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Reverts changes made to auto generated files
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
ade08ee728
commit
43904a686c
@@ -11,7 +11,7 @@ toc::[]
|
||||
Description::
|
||||
+
|
||||
--
|
||||
Image governs policies related to imagestream imports and runtime configuration for external registries. It allows cluster admins to configure which registries OpenShift is allowed to import images from, extra CA trust bundles for external registries, and policies to block or allow registry hostnames. When exposing OpenShift's image registry to the public, this also lets cluster admins specify the external hostname.
|
||||
Image governs policies related to imagestream imports and runtime configuration for external registries. It allows cluster admins to configure which registries OpenShift is allowed to import images from, extra CA trust bundles for external registries, and policies to block or allow registry hostnames. When exposing OpenShift's image registry to the public, this also lets cluster admins specify the external hostname.
|
||||
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
||||
--
|
||||
|
||||
@@ -169,12 +169,12 @@ Type::
|
||||
|
||||
| `allowedRegistries`
|
||||
| `array (string)`
|
||||
| allowedRegistries are the only registries permitted for image pull and push actions. All other registries are denied.
|
||||
| allowedRegistries are the only registries permitted for image pull and push actions. All other registries are denied.
|
||||
Only one of BlockedRegistries or AllowedRegistries may be set.
|
||||
|
||||
| `blockedRegistries`
|
||||
| `array (string)`
|
||||
| blockedRegistries cannot be used for image pull and push actions. All other registries are permitted.
|
||||
| blockedRegistries cannot be used for image pull and push actions. All other registries are permitted.
|
||||
Only one of BlockedRegistries or AllowedRegistries may be set.
|
||||
|
||||
| `containerRuntimeSearchRegistries`
|
||||
@@ -209,7 +209,7 @@ Type::
|
||||
|
||||
| `internalRegistryHostname`
|
||||
| `string`
|
||||
| internalRegistryHostname sets the hostname for the default {product-registry}. The value must be in "hostname[:port]" format. This value is set by the image registry operator which controls the {product-registry} hostname. For backward compatibility, users can still use OPENSHIFT_DEFAULT_REGISTRY environment variable but this setting overrides the environment variable.
|
||||
| internalRegistryHostname sets the hostname for the default internal image registry. The value must be in "hostname[:port]" format. This value is set by the image registry operator which controls the internal registry hostname. For backward compatibility, users can still use OPENSHIFT_DEFAULT_REGISTRY environment variable but this setting overrides the environment variable.
|
||||
|
||||
|===
|
||||
|
||||
@@ -390,7 +390,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../config_apis/image-config-openshift-io-v1.adoc#image-config-openshift-io-v1[`Image`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -459,7 +459,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions[`DeleteOptions`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -531,7 +531,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.Patch[`Patch`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -572,7 +572,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../config_apis/image-config-openshift-io-v1.adoc#image-config-openshift-io-v1[`Image`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -665,7 +665,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.Patch[`Patch`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -706,7 +706,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../config_apis/image-config-openshift-io-v1.adoc#image-config-openshift-io-v1[`Image`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
|
||||
@@ -37,7 +37,7 @@ Type::
|
||||
|
||||
| `metadata`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta[`ObjectMeta`]
|
||||
|
|
||||
|
|
||||
|
||||
| `spec`
|
||||
| `object`
|
||||
@@ -496,7 +496,7 @@ Type::
|
||||
|
||||
| `images[]`
|
||||
| `object`
|
||||
| ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the {product-registry}. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
| ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
|
||||
| `secrets`
|
||||
| `array`
|
||||
@@ -635,7 +635,7 @@ Type::
|
||||
Description::
|
||||
+
|
||||
--
|
||||
ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the {product-registry}. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
--
|
||||
|
||||
Type::
|
||||
@@ -2433,7 +2433,7 @@ Defaults to unset
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions[`DeleteOptions`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2533,7 +2533,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../workloads_apis/build-build-openshift-io-v1.adoc#build-build-openshift-io-v1[`Build`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2678,7 +2678,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions[`DeleteOptions`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2741,7 +2741,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.Patch[`Patch`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2784,7 +2784,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../workloads_apis/build-build-openshift-io-v1.adoc#build-build-openshift-io-v1[`Build`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2922,7 +2922,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../workloads_apis/build-build-openshift-io-v1.adoc#build-build-openshift-io-v1[`Build`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
|
||||
@@ -41,7 +41,7 @@ Required::
|
||||
|
||||
| `metadata`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta[`ObjectMeta`]
|
||||
|
|
||||
|
|
||||
|
||||
| `spec`
|
||||
| `object`
|
||||
@@ -512,7 +512,7 @@ Type::
|
||||
|
||||
| `images[]`
|
||||
| `object`
|
||||
| ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the {product-registry}. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
| ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
|
||||
| `secrets`
|
||||
| `array`
|
||||
@@ -651,7 +651,7 @@ Type::
|
||||
Description::
|
||||
+
|
||||
--
|
||||
ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the {product-registry}. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage container image build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).
|
||||
--
|
||||
|
||||
Type::
|
||||
@@ -1940,7 +1940,7 @@ Defaults to unset
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions[`DeleteOptions`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2040,7 +2040,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../workloads_apis/buildconfig-build-openshift-io-v1.adoc#buildconfig-build-openshift-io-v1[`BuildConfig`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2185,7 +2185,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions[`DeleteOptions`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2248,7 +2248,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../objects/index.adoc#io.k8s.apimachinery.pkg.apis.meta.v1.Patch[`Patch`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
@@ -2291,7 +2291,7 @@ Description::
|
||||
| Parameter | Type | Description
|
||||
| `body`
|
||||
| xref:../workloads_apis/buildconfig-build-openshift-io-v1.adoc#buildconfig-build-openshift-io-v1[`BuildConfig`] schema
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
.HTTP responses
|
||||
|
||||
Reference in New Issue
Block a user