Class Stage (0.1.1)

Stage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stage specifies a location to which to deploy. .. attribute:: target_id

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/deliveryPipelines/pipeline/targets/my-target). The parent DeliveryPipeline of the Target is inferred to be the parent DeliveryPipeline of the Release in which this Stage lives.

:type: str

Attribute

NameDescription
profiles Sequence[str]
Skaffold profiles to use when rendering the manifest for this stage's Target.