kubernetes-ingress-controller
kubernetes-ingress-controller copied to clipboard
Add `SupportedFeatures` to `GatewayClass`es
Is there an existing issue for this?
- [X] I have searched the existing issues
Problem Statement
GEP-2162 introduced the SupportedField in the GatewayClass resource. Such a field aims to specify all the features supported by the implementation and is precious feedback to the KIC's users.
Proposed Solution
- Fill and keep up to date the features supported by KIC in the
GatewayClass.
Additional information
No response
Acceptance Criteria
- [ ] As a user, I can observe the features supported by KIC by looking at the KIC's
GatewayClass - [ ] The supported features are defined in a file shared with the conformance test suite so that we have a single source of truth.
Blocked as we discussed internally and want to wait for the .Status.SupportedFeatures field of the GatewayClass to get graduated to standard.