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
The .spec.parametersRef field of the GatewayClass objects can be used to customize the Gateways behaviour. KGO accepts only GatewayConfiguration objects as parametersRef. We need to validate that in case a GatewayClass is managed by Kong, such a field must be unset or properly set.
Proposed Solution
Use the GatewayClassReasonInvalidParametersAccepted reason to reflect the status of the ParametersRef field.
Acceptance Criteria
In case the GatewayClass is managed by Kong and references an unsupported parametersRef, the GatewayClass is marked as not accepted with reason GatewayClassReasonInvalidParameters.
The text was updated successfully, but these errors were encountered:
Problem Statement
The
.spec.parametersRef
field of theGatewayClass
objects can be used to customize theGateway
s behaviour. KGO accepts onlyGatewayConfiguration
objects asparametersRef
. We need to validate that in case aGatewayClass
is managed by Kong, such a field must be unset or properly set.Proposed Solution
Use the
GatewayClassReasonInvalidParameters
Accepted
reason to reflect the status of theParametersRef
field.Acceptance Criteria
GatewayClass
is managed by Kong and references an unsupportedparametersRef
, theGatewayClass
is marked as not accepted with reasonGatewayClassReasonInvalidParameters
.The text was updated successfully, but these errors were encountered: