Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
48 stars 11 forks source link

Gateway API `SupportedFeatures` field #434

Open mlavacca opened 1 month ago

mlavacca commented 1 month ago

Problem Statement

GatewayClass's SupportedFeatures field graduation is one of the targets for Gateway API 1.2 (https://github.com/kubernetes-sigs/gateway-api/issues/3164). The main point of such a feature is adding a new SupportedFeatures field in the GatewayClass that is populated by the implementation. Such a field has two main purposes:

Additional Information

https://github.com/kubernetes-sigs/gateway-api/pull/3200 introduced a breaking change in the feature, so we need to wait for the next release (1.2) to be able to properly implement it.

Acceptance Criteria

mlavacca commented 1 month ago

This is blocked by the Gateway API 1.2 release