Delivery Pipeline Serial Pipeline Stage Strategy Canary Runtime Config Kubernetes Service Networking Args
data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs(val deployment: Output<String>, val disablePodOverprovisioning: Output<Boolean>? = null, val service: Output<String>) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs>
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.