Skip to content

Commit

Permalink
deprecate the imagestream.spec.DockerImageRepository field
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Sep 7, 2017
1 parent 971d942 commit 34dc649
Show file tree
Hide file tree
Showing 47 changed files with 1,867 additions and 58,158 deletions.
4 changes: 2 additions & 2 deletions api/docs/apis-image.openshift.io/v1.ImageStream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ Populated by the system. Read-only. Value must be treated as opaque by clients a
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids">uid</span>:
</div></details><details open><summary><span title="(v1.ImageStreamSpec) Spec describes the desired state of this stream">spec</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server">dockerImageRepository</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead.">dockerImageRepository</span>:
</div><details><summary> <span title="(v1.ImageLookupPolicy) lookupPolicy controls how other resources reference images within this namespace.">lookupPolicy</span>:
</summary><div style="margin-left:13px;"> <span title="(boolean) local will change the docker short image references (like &#34;mysql&#34; or &#34;php:latest&#34;) on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag&#39;s referencePolicy is taken into account on the replaced value. Only works within the current namespace.">local</span>:
</div></details><details><summary> <span title="(array) tags map arbitrary string values to specific image locators">tags</span>:
</summary><details><summary> - <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
4 changes: 2 additions & 2 deletions api/docs/apis-image.openshift.io/v1.ImageStreamImport.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@ Populated by the system. Read-only. Value must be treated as opaque by clients a
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids">uid</span>:
</div></details><details><summary> <span title="(v1.ImageStreamSpec) Spec describes the desired state of this stream">spec</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server">dockerImageRepository</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead.">dockerImageRepository</span>:
</div><details><summary> <span title="(v1.ImageLookupPolicy) lookupPolicy controls how other resources reference images within this namespace.">lookupPolicy</span>:
</summary><div style="margin-left:13px;"> <span title="(boolean) local will change the docker short image references (like &#34;mysql&#34; or &#34;php:latest&#34;) on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag&#39;s referencePolicy is taken into account on the replaced value. Only works within the current namespace.">local</span>:
</div></details><details><summary> <span title="(array) tags map arbitrary string values to specific image locators">tags</span>:
</summary><details><summary> - <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
2 changes: 1 addition & 1 deletion api/docs/apis-image.openshift.io/v1.ImageStreamTag.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
</div></details><details><summary><span title="(v1.TagReference) tag is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream.">tag</span>:
</summary><details><summary> <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
4 changes: 2 additions & 2 deletions api/docs/oapi/v1.ImageStream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ Populated by the system. Read-only. Value must be treated as opaque by clients a
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids">uid</span>:
</div></details><details open><summary><span title="(v1.ImageStreamSpec) Spec describes the desired state of this stream">spec</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server">dockerImageRepository</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead.">dockerImageRepository</span>:
</div><details><summary> <span title="(v1.ImageLookupPolicy) lookupPolicy controls how other resources reference images within this namespace.">lookupPolicy</span>:
</summary><div style="margin-left:13px;"> <span title="(boolean) local will change the docker short image references (like &#34;mysql&#34; or &#34;php:latest&#34;) on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag&#39;s referencePolicy is taken into account on the replaced value. Only works within the current namespace.">local</span>:
</div></details><details><summary> <span title="(array) tags map arbitrary string values to specific image locators">tags</span>:
</summary><details><summary> - <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
4 changes: 2 additions & 2 deletions api/docs/oapi/v1.ImageStreamImport.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@ Populated by the system. Read-only. Value must be treated as opaque by clients a
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids">uid</span>:
</div></details><details><summary> <span title="(v1.ImageStreamSpec) Spec describes the desired state of this stream">spec</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server">dockerImageRepository</span>:
</summary><div style="margin-left:13px;"> <span title="(string) dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead.">dockerImageRepository</span>:
</div><details><summary> <span title="(v1.ImageLookupPolicy) lookupPolicy controls how other resources reference images within this namespace.">lookupPolicy</span>:
</summary><div style="margin-left:13px;"> <span title="(boolean) local will change the docker short image references (like &#34;mysql&#34; or &#34;php:latest&#34;) on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag&#39;s referencePolicy is taken into account on the replaced value. Only works within the current namespace.">local</span>:
</div></details><details><summary> <span title="(array) tags map arbitrary string values to specific image locators">tags</span>:
</summary><details><summary> - <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
2 changes: 1 addition & 1 deletion api/docs/oapi/v1.ImageStreamTag.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
</div></details><details><summary><span title="(v1.TagReference) tag is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream.">tag</span>:
</summary><details><summary> <span title="(object) Annotations associated with images using this tag">annotations</span>:
</summary><div style="margin-left:13px;"> <span title="(string)">[string]</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) From is a reference to an image stream tag or image stream this tag should track">from</span>:
</div></details><details><summary> <span title="(v1.ObjectReference) Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage.">from</span>:
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
</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>:
</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>:
Expand Down
Loading

0 comments on commit 34dc649

Please sign in to comment.