DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs

data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs(val deployment: Output<String>, val disablePodOverprovisioning: Output<Boolean>? = null, val podSelectorLabel: Output<String>? = null, val service: Output<String>) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs>

Constructors

constructor(deployment: Output<String>, disablePodOverprovisioning: Output<Boolean>? = null, podSelectorLabel: Output<String>? = null, service: Output<String>)

Properties

Link copied to clipboard
val deployment: Output<String>

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

Link copied to clipboard
val disablePodOverprovisioning: Output<Boolean>? = null

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
val podSelectorLabel: Output<String>? = null

Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.

Link copied to clipboard
val service: Output<String>

Required. Name of the Kubernetes Service.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgs