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

Method AssignSpec

runtime/controller.go:59–59  ·  view source on GitHub ↗
(from, to *runtimev1.Resource)

Source from the content-addressed store, hash-verified

57type Reconciler interface {
58 Close(ctx context.Context) error
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

Callers 2

createMethod · 0.65
updateSpecMethod · 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