-
Notifications
You must be signed in to change notification settings - Fork 621
Update the ListenerSet GEP per Kubecon discussions #4286
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rikatz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
| // and the ListenerSets's ParentRefs field. A ListenerSets is successfully attached to | ||
| // a Gateway when it is selected by the ListenerSets's AllowedListeners field | ||
| // AND the ListenerSets has a valid ParentRef selecting the Gateway | ||
| // resource as a parent resource. ListenerSets status does not impact |
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.
Uh, where did this come from? This is the complete opposite of how AttachedRoutes works, and basically defeats the point of having this number at all.
As described, this is basically "count of Listeners/ListenerSets that refer to this Gateway" rather than "count of ListenerSets that have successfully attached to the Gateway". The point here is to track the Listeners that have actually attached and are relevant, I thought.
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.
I was just making sure the GEP would reflect the API, but maybe this needs to be clarified on the API change first
What type of PR is this?
/kind gep
What this PR does / why we need it:
This PR updates ListenerSet per Kubecon discussions on dynamic ports and attachedListenerSets. It also adds some more context on ListenerSet needs
Which issue(s) this PR fixes:
Does this PR introduce a user-facing change?: