StrategyResponse

data class StrategyResponse(val canary: CanaryResponse, val standard: StandardResponse)

Strategy contains deployment strategy information.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Canary deployment strategy provides progressive percentage based deployments to a Target.

Link copied to clipboard

Standard deployment strategy executes a single deploy and allows verifying the deployment.