PipelineCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Attributes | |
---|---|
Name | Description |
pipeline_ready_condition |
google.cloud.deploy_v1.types.PipelineReadyCondition
Details around the Pipeline's overall status. |
targets_present_condition |
google.cloud.deploy_v1.types.TargetsPresentCondition
Details around targets enumerated in the pipeline. |
targets_type_condition |
google.cloud.deploy_v1.types.TargetsTypeCondition
Details on the whether the targets enumerated in the pipeline are of the same type. |