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, which is the first job on the phase. |
postdeploy_job |
google.cloud.deploy_v1.types.Job
Output only. The postdeploy Job, which is the last job on the phase. |