DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGatewayServiceMesh

data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGatewayServiceMesh(val deployment: String, val httpRoute: String, val routeUpdateWaitTime: String? = null, val service: String)

Constructors

constructor(deployment: String, httpRoute: String, routeUpdateWaitTime: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.

Link copied to clipboard

Required. Name of the Gateway API HTTPRoute.

Link copied to clipboard

Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.

Link copied to clipboard

Required. Name of the Kubernetes Service.