Skip to content
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

Removing outdated Experimental Gateway API CRDs #3692

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

robscott
Copy link
Member

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
Our CRD generation changes only ever add CRDs, they never remove unnecessary ones. This was evident in #3682. Thanks to @howardjohn for catching this in #3682 (comment). This PR removes the following CRDs:

  • ListenerSet was never released, has been replaced with XListenerSet
  • BackendLBPolicy has been replaced with XBackendTrafficPolicy

Does this PR introduce a user-facing change?:

BackendLBPolicy has been renamed to XBackendTrafficPolicy

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note Denotes a PR that will be considered when it comes time to generate release notes. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 19, 2025
@k8s-ci-robot k8s-ci-robot requested a review from mlavacca March 19, 2025 16:58
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 19, 2025
@k8s-ci-robot k8s-ci-robot requested a review from youngnick March 19, 2025 16:58
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 19, 2025
Copy link
Contributor

@howardjohn howardjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I have some more fixes in #3691 you don't have, but you have more fixes than I have as well 😛 . So will rebase on yours once merged

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: howardjohn, robscott

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@robscott robscott force-pushed the remove-old-exp-crds branch 2 times, most recently from 85cd7ff to d17b99d Compare March 19, 2025 17:19
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 19, 2025
@robscott robscott force-pushed the remove-old-exp-crds branch from d17b99d to d271d79 Compare March 19, 2025 17:23
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 19, 2025
@robscott robscott force-pushed the remove-old-exp-crds branch from d271d79 to 52d6096 Compare March 19, 2025 17:26
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 19, 2025
@robscott robscott force-pushed the remove-old-exp-crds branch from 52d6096 to 00ea1a9 Compare March 19, 2025 17:27
@youngnick
Copy link
Contributor

LGTM but adding it now will just removed when you push to fix the tests.

* ListenerSet was never released, has been replaced with XListenerSet
* BackendLBPolicy has been replaced with BackendTrafficPolicy
@robscott robscott force-pushed the remove-old-exp-crds branch from 00ea1a9 to 90cc735 Compare March 21, 2025 00:32
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 21, 2025
@youngnick
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 21, 2025
@k8s-ci-robot k8s-ci-robot merged commit 893a73e into kubernetes-sigs:main Mar 21, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants