-
Notifications
You must be signed in to change notification settings - Fork 688
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
provisioner: Set SupportedVersion condition on GatewayClass #6147
provisioner: Set SupportedVersion condition on GatewayClass #6147
Conversation
Based on Gateway API CRD bundle-version annotation We will still reconcile the GatewayClass etc. but will set a status condition on the GatewayClass saying this support is best effort. Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6147 +/- ##
==========================================
- Coverage 78.81% 78.57% -0.24%
==========================================
Files 138 140 +2
Lines 19790 19952 +162
==========================================
+ Hits 15597 15677 +80
- Misses 3884 3966 +82
Partials 309 309
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I think adding the suggested E2E would be a good idea
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@sunjayBhatia PTAL at kubernetes-sigs/gateway-api#3368 which intends to add a SupportedVersion conformance test. The PR has triggered a discussion regarding the relevancy of this feature. When you have a moment, can you comment in the related discussion to help the Gateway API community better understand your use case of this feature? |
Based on Gateway API CRD bundle-version annotation
We will still reconcile the GatewayClass etc. but will set a status condition on the GatewayClass saying this support is best effort.
Fixes #5754