-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate the imagestream.spec.DockerImageRepository field #16181
Conversation
@soltysh @smarterclayton ptal. |
@bparees hack/update-generated-swagger-descriptions.sh needed |
pkg/image/apis/image/v1/types.go
Outdated
@@ -195,7 +197,8 @@ type TagReference struct { | |||
Name string `json:"name" protobuf:"bytes,1,opt,name=name"` | |||
// Annotations associated with images using this tag | |||
Annotations map[string]string `json:"annotations" protobuf:"bytes,2,rep,name=annotations"` | |||
// From is a reference to an image stream tag or image stream this tag should track | |||
// Optional; if specified, a reference to another image that this tag should point to. Valid values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question - should the docstrings for other fields match ../types.go too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably, will update.
@jim-minter fixed |
pkg/image/apis/image/v1/types.go
Outdated
@@ -173,6 +173,8 @@ type ImageStreamSpec struct { | |||
// lookupPolicy controls how other resources reference images within this namespace. | |||
LookupPolicy ImageLookupPolicy `json:"lookupPolicy,omitempty" protobuf:"bytes,3,opt,name=lookupPolicy"` | |||
// 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a period after this sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
/approve
On Thu, Sep 7, 2017 at 12:11 AM, Ben Parees <[email protected]>
wrote:
… /retest
Ben Parees | OpenShift
On Sep 6, 2017 23:33, "OpenShift CI Robot" ***@***.***>
wrote:
> @bparees <https://github.com/bparees>: The following tests *failed*, say
> /retest to rerun them all:
> Test name Commit Details Rerun command
> ci/openshift-jenkins/extended_builds 34dc649
> <https://github.com/openshift/origin/commit/
34dc649>
> link
> <https://openshift-gce-devel.appspot.com/build/origin-ci-
test/pr-logs/pull/16181/test_pull_request_origin_extended_builds/195/>
/test
> extended_builds
> ci/openshift-jenkins/verify 745e72b
> <https://github.com/openshift/origin/commit/
745e72b>
> link
> <https://openshift-gce-devel.appspot.com/build/origin-ci-
test/pr-logs/pull/16181/test_pull_request_origin_verify/2184/> /test
> verify
>
> Full PR test history <https://openshift-gce-devel.appspot.com/pr/16181>.
Your
> PR dashboard <https://openshift-gce-devel.appspot.com/pr/bparees>.
Please
> help us cut down on flakes by linking to
> <https://github.com/kubernetes/community/blob/master/contributors/devel/
flaky-tests.md#filing-issues-for-flaky-tests>
> an open issue
> <https://github.com/openshift/origin/issues?q=is:issue+is:open> when you
> hit one in your PR.
>
> Instructions for interacting with me using PR comments are available here
> <https://github.com/kubernetes/community/blob/master/contributors/devel/
pull-requests.md>.
> If you have questions or suggestions related to my behavior, please file
an
> issue against the kubernetes/test-infra
> <https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue
:>
> repository. I understand the commands that are listed here
> <https://github.com/kubernetes/test-infra/blob/master/commands.md>.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#16181 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AEvl3oKOj4UireS7ulERkkFzCuE5saEGks5sf2QdgaJpZM4POx3T>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16181 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pw4xWc0gr4qz-Q1FswMIaa5NCx7Qks5sf2zzgaJpZM4POx3T>
.
|
going to assume @smarterclayton's /approve qualifies as a and api-approval. |
@bparees: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest Please review the full test history for this PR and help us cut down flakes. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, smarterclayton The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
@bparees: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue |
No description provided.