DeliveryPipelineSerialPipelineStage

data class DeliveryPipelineSerialPipelineStage(val deployParameters: List<DeliveryPipelineSerialPipelineStageDeployParameter>? = null, val profiles: List<String>? = null, val strategy: DeliveryPipelineSerialPipelineStageStrategy? = null, val targetId: String? = null)

Constructors

Link copied to clipboard
constructor(deployParameters: List<DeliveryPipelineSerialPipelineStageDeployParameter>? = null, profiles: List<String>? = null, strategy: DeliveryPipelineSerialPipelineStageStrategy? = null, targetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The deploy parameters to use for the target in this stage.

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

Skaffold profiles to use when rendering the manifest for this stage's Target.

Link copied to clipboard

Optional. The strategy to use for a Rollout to this stage.

Link copied to clipboard
val targetId: String? = null

The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target (rather than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.