-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 versionless client interface methods #74422
Remove deprecated versionless client interface methods #74422
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt 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 |
f3442cc
to
1bfd3cb
Compare
/cc |
/lgtm This is deprecated for so long. Let's remove it finally 👍 |
/retest Review the full test history for this PR. Silence the bot with an |
1bfd3cb
to
d1e865e
Compare
New changes are detected. LGTM label has been removed. |
/retest |
rebased to fix retagging |
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Removes the long-deprecated versionless external client interfaces.
As new versions of API groups are added, the version these accessors targets shifts, which can silently make an application target an unintended version when recompiled with a newer client-go library.
Does this PR introduce a user-facing change?:
/sig api-machinery
/cc @sttts @lavalamp