DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGatewayServiceMesh

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

Constructors

constructor(deployment: String, httpRoute: String, podSelectorLabel: String? = null, routeDestinations: DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGatewayServiceMeshRouteDestinations? = null, routeUpdateWaitTime: String? = null, service: String, stableCutbackDuration: String? = null)

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 label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.

Link copied to clipboard

Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.

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.

Link copied to clipboard

Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.