-
Notifications
You must be signed in to change notification settings - Fork 479
Remove the deprecated queue annotation #7271
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 the deprecated queue annotation #7271
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @ganczak-commits. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
|
/ok-to-test |
|
/release-note-edit |
|
Thanks 👍 |
|
LGTM label has been added. Git tree hash: 0422ff25dfe7b1daf1e1a3199aec482ea97af7ff
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ganczak-commits, mimowo 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 |
Remove long-deprecated APIs from v1beta2 as requested in kubernetes-sigs#7247: - QueueVisibility API (deprecated since 0.9, implementation already dropped) - retryDelayMinutes from AdmissionCheck API (deprecated since v0.8) - PodIntegrationOptions (deprecated since 0.11, replaced by ManagedJobsNamespaceSelector) Note: Queue-name annotation was already removed in kubernetes-sigs#7271 The APIs remain available in v1beta1 for backward compatibility. Conversion functions handle the transition by ignoring deprecated fields when converting from v1beta1 to v1beta2. Fixes kubernetes-sigs#7247
What type of PR is this?
/kind cleanup
/kind api-change
What this PR does / why we need it:
This PR removes the deprecated queue annotation, as preliminary cleanup for v1beta2. Users are expected to use the queue label instead.
Which issue(s) this PR fixes:
Part of #7113
Special notes for your reviewer:
Does this PR introduce a user-facing change?