DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworking

data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworking(val deployment: String, val disablePodOverprovisioning: Boolean? = null, val service: String)

Constructors

constructor(deployment: String, disablePodOverprovisioning: Boolean? = 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 Service.

Link copied to clipboard

Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

Link copied to clipboard

Required. Name of the Kubernetes Service.