-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Move feature gate package from k8s.io/apiserver to k8s.io/component-base #74021
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
Move feature gate package from k8s.io/apiserver to k8s.io/component-base #74021
Conversation
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.
drop Godeps.json
there's still godeps.json changes interleaved with the commits that need dropping |
2797a75
to
e6fd153
Compare
7021f4d
to
5d94f1c
Compare
integration is red |
It's due to this: #77573 |
/retest |
staging/publishing/rules.yaml
Outdated
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.
can we remove apiserver?
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.
done
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.
we actually don't need component-base here either anymore due to #77564
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.
can we remove apiserver?
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.
done
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.
we actually don't need component-base here either anymore due to #77564
@andrewsykim this one needs a rebase. Otherwise, after @sttts' comments are addressed, we can merge |
…til/feature -> k8s.io/component-base/featuregate
5d94f1c
to
dd88d00
Compare
@andrewsykim: The following tests 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. |
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
dd88d00
to
7c44b46
Compare
…rules Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
7c44b46
to
dcad650
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewsykim, liggitt, rosti, sttts The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
As per discussion in https://github.com/kubernetes/kubernetes/pull/73604/files#r252809685, proposing to move
k8s.io/apiserver/pkg/util/feature
tok8s.io/component-base
. I'm not set on the package locationk8s.io/component-base/pkg/feature
so happy to change it if there are better ideas. I also think this package might be better renamed tofeaturegate
and we can switch the import alias fromutilfeature
tofeaturegate
but maybe for another PR?Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
/assign @sttts @liggitt @lavalamp @luxas @mtaufen @stewart-yu