Enums§
- Fail
Deployment Error - struct for typed errors of method
fail_deployment
- GetAllocations
ForDeployment Error - struct for typed errors of method
get_allocations_for_deployment
- GetDeployment
Error - struct for typed errors of method
get_deployment
- GetDeployments
Error - struct for typed errors of method
get_deployments
- Pause
Deployment Error - struct for typed errors of method
pause_deployment
- Promote
Deployment Error - struct for typed errors of method
promote_deployment
- SetAllocation
Health InDeployment Error - struct for typed errors of method
set_allocation_health_in_deployment
Functions§
- fail_
deployment - get_
allocations_ for_ deployment - get_
deployment - get_
deployments - pause_
deployment - promote_
deployment - set_
allocation_ health_ in_ deployment - In some use cases, automatic detection of allocation health may not be desired. As such those task groups can be marked with an upgrade policy that uses health_check = "manual". Those allocations must have their health marked manually using this endpoint. Marking an allocation as healthy will allow the rolling upgrade to proceed. Marking it as failed will cause the deployment to fail. This endpoint only triggers a rollback if the most recent stable version of the job has a different specification than the job being reverted