DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs

data class DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs(val actions: Output<List<String>>? = null) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs>

Constructors

constructor(actions: Output<List<String>>? = null)

Properties

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

Optional. A sequence of skaffold custom actions to invoke during execution of the predeploy job.

Functions

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