Replies: 1 comment 1 reply
-
|
Coming back to this, I'm reluctant to do this initially - this would be pretty complicated and require a lot of separated testing (since we'll need to test That said, making a decision here should be a requirement for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://gateway-api.sigs.k8s.io/geps/gep-1867/ introduces
paramsRefat theGatewaylevel, similar to what exists in theGatewayClassas well, allowing CRDs to be now linked at both these levels.The GEP does mention that the
paramsRefinGatewayClassis expected to be treated as default implying that ifparamsRefis set inGateway, its value MUST always be used instead.Can this intent be specified using an API field instead under
infrastructureinGatewayClass?e.g. such as
bool overridewhich defaults tofalseallowing theGatewayClass'sparamsRefto be treated as a default, and if set totrue, theparamsRefvalue inGatewayClassoverrides all the values in the childGateway'sparamRefsetting.Beta Was this translation helpful? Give feedback.
All reactions