UpdateDeploymentSafe updates deployment fields that are safe to be called from anywhere. Any call to this should subsequently trigger a reconcile_deployment job.
(ctx context.Context, id string, opts *UpdateDeploymentSafeOptions)
| 115 | UpdateDeploymentUnsafe(ctx context.Context, id string, opts *UpdateDeploymentUnsafeOptions) (*Deployment, error) |
| 116 | // UpdateDeploymentSafe updates deployment fields that are safe to be called from anywhere. Any call to this should subsequently trigger a reconcile_deployment job. |
| 117 | UpdateDeploymentSafe(ctx context.Context, id string, opts *UpdateDeploymentSafeOptions) (*Deployment, error) |
| 118 | UpdateDeploymentUsedOn(ctx context.Context, ids []string) error |
| 119 | |
| 120 | // UpsertStaticRuntimeAssignment tracks the host and slots registered for a provisioner resource. |