MCPcopy Create free account
hub / github.com/rilldata/rill / FindProvisionerResourcesForDeployment

Method FindProvisionerResourcesForDeployment

admin/database/database.go:346–346  ·  view source on GitHub ↗
(ctx context.Context, deploymentID string)

Source from the content-addressed store, hash-verified

344 DeleteProjectVariables(ctx context.Context, projectID, environment string, vars []string) error
345
346 FindProvisionerResourcesForDeployment(ctx context.Context, deploymentID string) ([]*ProvisionerResource, error)
347 FindProvisionerResourceByTypeAndName(ctx context.Context, deploymentID, typ, name string) (*ProvisionerResource, error)
348 InsertProvisionerResource(ctx context.Context, opts *InsertProvisionerResourceOptions) (*ProvisionerResource, error)
349 UpdateProvisionerResource(ctx context.Context, id string, opts *UpdateProvisionerResourceOptions) (*ProvisionerResource, error)

Callers 3

StopDeploymentInnerMethod · 0.65
DeleteDeploymentInnerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected