You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GatewayClass's SupportedFeatures field graduation is one of the targets for Gateway API 1.2 (kubernetes-sigs/gateway-api#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:
allow the conformance suite to read the GatewayClass and run the needed tests, without the need from the implementation maintainer to manually specify which features are supported
give users feedback on the features currently implemented by the implementation.
Additional Information
kubernetes-sigs/gateway-api#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
The SupportedFeatures field is supported by the operator
The text was updated successfully, but these errors were encountered:
Problem Statement
GatewayClass
'sSupportedFeatures
field graduation is one of the targets for Gateway API 1.2 (kubernetes-sigs/gateway-api#3164). The main point of such a feature is adding a newSupportedFeatures
field in theGatewayClass
that is populated by the implementation. Such a field has two main purposes:GatewayClass
and run the needed tests, without the need from the implementation maintainer to manually specify which features are supportedAdditional Information
kubernetes-sigs/gateway-api#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
SupportedFeatures
field is supported by the operatorThe text was updated successfully, but these errors were encountered: