Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway API SupportedFeatures field #434

Open
1 task
mlavacca opened this issue Jul 29, 2024 · 1 comment
Open
1 task

Gateway API SupportedFeatures field #434

mlavacca opened this issue Jul 29, 2024 · 1 comment

Comments

@mlavacca
Copy link
Member

Problem Statement

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
@lahabana lahabana added this to the KGO v1.4.x milestone Jul 29, 2024
@mlavacca
Copy link
Member Author

This is blocked by the Gateway API 1.2 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants