Skip to content

Conversation

@mlavacca
Copy link
Member

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Prefix the resources Kind belonging to the gateway.networking.x-k8s.io group with X.

Which issue(s) this PR fixes:

Fixes #3681

Does this PR introduce a user-facing change?:

The resource `ListenerSet` has been renamed to `XListenerSet`. The Resource `BackendTrafficPolicy` has been renamed to `XBackendTrafficPolicy`.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 14, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mlavacca

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

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 14, 2025
@mlavacca
Copy link
Member Author

/cc @robscott @youngnick @shaneutt

@k8s-ci-robot k8s-ci-robot requested a review from shaneutt March 14, 2025 09:11
@mlavacca mlavacca force-pushed the rename-experimental-crds branch from de22754 to 847c091 Compare March 14, 2025 10:17
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 14, 2025
@mlavacca mlavacca force-pushed the rename-experimental-crds branch from 847c091 to 4a2a5d6 Compare March 14, 2025 10:26
@youngnick
Copy link
Contributor

LGTM but looks like it might need another make generate run or something.

and fix some small things.

Signed-off-by: Nick Young <[email protected]>
@youngnick
Copy link
Contributor

Turned out we needed to delete some generated YAMLs for BackendTrafficPolicy and XBackendTrafficPolicy. Should be fixed now.

@youngnick youngnick added this to the v1.3.0 milestone Mar 19, 2025
@robscott
Copy link
Member

Thanks @mlavacca and @youngnick!

/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 19, 2025
@k8s-ci-robot k8s-ci-robot merged commit e8b8afa into kubernetes-sigs:main Mar 19, 2025
12 of 13 checks passed
@howardjohn
Copy link
Contributor

howardjohn commented Mar 19, 2025

Did we intend to have both of these?

config/crd/experimental/gateway.networking.x-k8s.io_listenersets.yaml
config/crd/experimental/gateway.networking.x-k8s.io_xlistenersets.yaml

Cleaned up in #3691

howardjohn added a commit to howardjohn/gateway-api that referenced this pull request Mar 19, 2025
* Add ListenerSet to kustomize
* Sort alphabetically
* Remove duplicate ListenerSet (from kubernetes-sigs#3682)
@robscott
Copy link
Member

Did we intend to have both of these?

config/crd/experimental/gateway.networking.x-k8s.io_listenersets.yaml
config/crd/experimental/gateway.networking.x-k8s.io_xlistenersets.yaml

Nope, thanks for catching this! Opened #3692

k8s-ci-robot pushed a commit that referenced this pull request Mar 19, 2025
* Add ListenerSet to kustomize
* Sort alphabetically
* Remove duplicate ListenerSet (from #3682)
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/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New experimental resources in x-k8s.io should have "X" prefix in their names

5 participants