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 podSelectorLabel: Output<String>? = 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.
Link copied to clipboard
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.