kubernetes-ingress-controller icon indicating copy to clipboard operation
kubernetes-ingress-controller copied to clipboard

Add `SupportedFeatures` to `GatewayClass`es

Open mlavacca opened this issue 1 year ago • 1 comments

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.

mlavacca avatar Nov 17 '23 10:11 mlavacca

Blocked as we discussed internally and want to wait for the .Status.SupportedFeatures field of the GatewayClass to get graduated to standard.

mlavacca avatar Nov 29 '23 14:11 mlavacca