Endpoint Traffic Routing Config
data class EndpointTrafficRoutingConfig(val canarySize: EndpointCapacitySize? = null, val linearStepSize: EndpointCapacitySize? = null, val type: String, val waitIntervalInSeconds: Int? = null)
Constructors
Link copied to clipboard
constructor(canarySize: EndpointCapacitySize? = null, linearStepSize: EndpointCapacitySize? = null, type: String, waitIntervalInSeconds: Int? = null)