-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
⚠️ Remove deprecated manager options #2648
⚠️ Remove deprecated manager options #2648
Conversation
d7b2929
to
ff81e15
Compare
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.
This code ensures that the options work
So, IMO it should only be removed when the options be removed and are no longer supported.
👍 I think we can only remove these functions when we remove |
The Do you mean that the options that get merged with the config options shouldn't be removed? This doesn't remove any options.
Very true, I can delete those as well. |
2987663
to
5c3d4ba
Compare
4e19ca7
to
8f4f42c
Compare
8f4f42c
to
5f173b3
Compare
9d0392c
to
499f6d9
Compare
499f6d9
to
8a15cc1
Compare
8a15cc1
to
3f03627
Compare
/test pull-controller-runtime-test |
/lgtm |
LGTM label has been added. Git tree hash: f74641a1791084522a47aa6e419a8770e74f2480
|
Thank you for the review, I know that this has to be coordinated and maybe targeted for v0.18.0. |
Signed-off-by: Troy Connor <[email protected]>
Signed-off-by: Troy Connor <[email protected]>
Signed-off-by: Troy Connor <[email protected]>
b89ab7f
to
66154d3
Compare
Thank you very much! /lgtm /assign @alvaroaleman @vincepri |
LGTM label has been added. Git tree hash: 1ae653961538db33bc11b6c147a59f99db23211f
|
/retitle The current title sounds to me like we were un-deprecating something, WDYT? In case @vincepri wants to have a look |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, troy0820 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 |
/hold cancel /test pull-controller-runtime-test |
@troy0820 Thank you very much! |
@troy0820: 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. |
options.AndFrom
andoptions.AndFromOrDie
have been deprecated over several releases. This PR will remove them where consumers will have to migrate to their own config solution.options.AndFrom
options.AndFromOrDie
/kind cleanup