Replies: 1 comment 1 reply
-
|
IMO |
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.
-
The GatewayClass API reference states the following for
parametersRef:However, it's not made clear what the behavior should be for a Gateway implementation which requires this additional configuration. Looking at GatewayClassConditionReason, the closest is
InvalidParametersbut this doesn't seem quite right for this use case.I'd like to propose a new reason type,
ParametersRequired, to provide a clear reason for rejecting a GatewayClass which does not specifyparametersReffor Gateway implementations which require it.Beta Was this translation helpful? Give feedback.
All reactions