MCPcopy Index your code
hub / github.com/rilldata/rill / UpdateDeploymentSafe

Method UpdateDeploymentSafe

admin/database/database.go:117–117  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

UpdateDeploymentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected