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
Gateways now have an infrastructure field, which allows users to specify a parametersRef for the Gateway.
As this field didn't exist when we first created GatewayParameters, we had used an annotation to attach GatewayParameters to a Gateway. Now that the native parametersRef field exists on a Gateway, we should switch to using that instead of the annotation.
The text was updated successfully, but these errors were encountered:
Gateways now have an infrastructure field, which allows users to specify a parametersRef for the Gateway.
As this field didn't exist when we first created GatewayParameters, we had used an annotation to attach GatewayParameters to a Gateway. Now that the native parametersRef field exists on a Gateway, we should switch to using that instead of the annotation.
The text was updated successfully, but these errors were encountered: