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

Method ResetState

runtime/controller.go:61–61  ·  view source on GitHub ↗
(r *runtimev1.Resource)

Source from the content-addressed store, hash-verified

59 AssignSpec(from, to *runtimev1.Resource) error
60 AssignState(from, to *runtimev1.Resource) error
61 ResetState(r *runtimev1.Resource) error
62 Reconcile(ctx context.Context, n *runtimev1.ResourceName) ReconcileResult
63 // ResolveTransitiveAccess resolves transitive access rules for the resource of this type.
64 // For example, for a report resource, this determines all the resources needed to access the report like the underlying metrics view, explore, etc. and adds the corresponding security rules to the list of rules to be applied.

Callers 1

createMethod · 0.65

Implementers 14

ModelReconcilerruntime/reconcilers/model.go
APIReconcilerruntime/reconcilers/api.go
ThemeReconcilerruntime/reconcilers/theme.go
SourceReconcilerruntime/reconcilers/source.go
ComponentReconcilerruntime/reconcilers/component.go
ConnectorReconcilerruntime/reconcilers/connector.go
AlertReconcilerruntime/reconcilers/alert.go
ExploreReconcilerruntime/reconcilers/explore.go
MigrationReconcilerruntime/reconcilers/migration.go
ProjectParserReconcilerruntime/reconcilers/project_parser.go
MetricsViewReconcilerruntime/reconcilers/metrics_view.go
RefreshTriggerReconcilerruntime/reconcilers/refresh_trigger.go

Calls

no outgoing calls

Tested by

no test coverage detected