Stage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stage specifies a location to which to deploy.
Attributes | |
---|---|
Name | Description |
target_id |
str
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 .
|
profiles |
MutableSequence[str]
Skaffold profiles to use when rendering the manifest for this stage's Target .
|
strategy |
google.cloud.deploy_v1.types.Strategy
Optional. The strategy to use for a Rollout to this
stage.
|
deploy_parameters |
MutableSequence[google.cloud.deploy_v1.types.DeployParameters]
Optional. The deploy parameters to use for the target in this stage. |