DeliveryPipelineSerialPipelineStageStrategyCanaryCustomCanaryDeploymentPhaseConfigArgs

data class DeliveryPipelineSerialPipelineStageStrategyCanaryCustomCanaryDeploymentPhaseConfigArgs(val percentage: Output<Int>, val phaseId: Output<String>, val postdeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCustomCanaryDeploymentPhaseConfigPostdeployArgs>? = null, val predeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCustomCanaryDeploymentPhaseConfigPredeployArgs>? = null, val profiles: Output<List<String>>? = null, val verify: Output<Boolean>? = null) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryCustomCanaryDeploymentPhaseConfigArgs>

Constructors

Properties

Link copied to clipboard
val percentage: Output<Int>

Required. Percentage deployment for the phase.

Link copied to clipboard
val phaseId: Output<String>

Required. The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.

Link copied to clipboard

Optional. Configuration for the postdeploy job of this phase. If this is not configured, postdeploy job will not be present for this phase.

Link copied to clipboard

Optional. Configuration for the predeploy job of this phase. If this is not configured, predeploy job will not be present for this phase.

Link copied to clipboard
val profiles: Output<List<String>>? = null

Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.

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

Whether to run verify tests after the deployment.

Functions

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