DeploymentJobs(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Deployment job composition.
Attributes | |
---|---|
Name | Description |
deploy_job |
google.cloud.deploy_v1.types.Job
Output only. The deploy Job. This is the deploy job in the phase. |
verify_job |
google.cloud.deploy_v1.types.Job
Output only. The verify Job. Runs after a deploy if the deploy succeeds. |
predeploy_job |
google.cloud.deploy_v1.types.Job
Output only. The predeploy Job. This is the predeploy job in the phase. This is the first job of the phase. |
postdeploy_job |
google.cloud.deploy_v1.types.Job
Output only. The postdeploy Job. This is the postdeploy job in the phase. This is the last job of the phase. |