EndpointTrafficRoutingConfig

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the size of the canary traffic in a canary deployment.

Link copied to clipboard

Specifies the step size for linear traffic routing.

Link copied to clipboard

Specifies the type of traffic routing (e.g., 'AllAtOnce', 'Canary', 'Linear').

Link copied to clipboard

Specifies the wait interval between traffic shifts, in seconds.