Add spec.gatewayClassName
selectable field to Gateway
#3519
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What would you like to be added:
Kubernetes 1.31 has promoted CRD selectable field to beta and enabled it by default. 1.32 has promoted it to GA.
This proposal is about adding a selectable field (1 or more if the community finds that there's appetite for more) to
Gateway
, specifically:spec.gatewayClassName
.This proposal can be followed up by separate issues for other types / fields if deemed worthy of doing.
Why this is needed:
This will allow listing
Gateway
s that match a particular GatewayClass more efficient (useful when used withcontroller-runtime
'sEnqueueRequestsFromMapFunc
Becomes:
The text was updated successfully, but these errors were encountered: