Documentation ¶
Index ¶
- Variables
- type MetricsViewReconciler
- func (r *MetricsViewReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *MetricsViewReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *MetricsViewReconciler) Close(ctx context.Context) error
- func (r *MetricsViewReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *MetricsViewReconciler) ResetState(res *runtimev1.Resource) error
- type MigrationReconciler
- func (r *MigrationReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *MigrationReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *MigrationReconciler) Close(ctx context.Context) error
- func (r *MigrationReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *MigrationReconciler) ResetState(res *runtimev1.Resource) error
- type ModelReconciler
- func (r *ModelReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *ModelReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *ModelReconciler) Close(ctx context.Context) error
- func (r *ModelReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *ModelReconciler) ResetState(res *runtimev1.Resource) error
- type ProjectParserReconciler
- func (r *ProjectParserReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *ProjectParserReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *ProjectParserReconciler) Close(ctx context.Context) error
- func (r *ProjectParserReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *ProjectParserReconciler) ResetState(res *runtimev1.Resource) error
- type PullTriggerReconciler
- func (r *PullTriggerReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *PullTriggerReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *PullTriggerReconciler) Close(ctx context.Context) error
- func (r *PullTriggerReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *PullTriggerReconciler) ResetState(res *runtimev1.Resource) error
- type RefreshTriggerReconciler
- func (r *RefreshTriggerReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *RefreshTriggerReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *RefreshTriggerReconciler) Close(ctx context.Context) error
- func (r *RefreshTriggerReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *RefreshTriggerReconciler) ResetState(res *runtimev1.Resource) error
- type ReportReconciler
- func (r *ReportReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *ReportReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *ReportReconciler) Close(ctx context.Context) error
- func (r *ReportReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *ReportReconciler) ResetState(res *runtimev1.Resource) error
- type SourceReconciler
- func (r *SourceReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *SourceReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *SourceReconciler) Close(ctx context.Context) error
- func (r *SourceReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *SourceReconciler) ResetState(res *runtimev1.Resource) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParserHasParseErrors = errors.New("encountered parse errors")
Functions ¶
This section is empty.
Types ¶
type MetricsViewReconciler ¶
type MetricsViewReconciler struct {
C *runtime.Controller
}
func (*MetricsViewReconciler) AssignSpec ¶ added in v0.33.0
func (r *MetricsViewReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*MetricsViewReconciler) AssignState ¶ added in v0.33.0
func (r *MetricsViewReconciler) AssignState(from, to *runtimev1.Resource) error
func (*MetricsViewReconciler) Close ¶
func (r *MetricsViewReconciler) Close(ctx context.Context) error
func (*MetricsViewReconciler) Reconcile ¶
func (r *MetricsViewReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*MetricsViewReconciler) ResetState ¶ added in v0.34.0
func (r *MetricsViewReconciler) ResetState(res *runtimev1.Resource) error
type MigrationReconciler ¶
type MigrationReconciler struct {
C *runtime.Controller
}
func (*MigrationReconciler) AssignSpec ¶ added in v0.33.0
func (r *MigrationReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*MigrationReconciler) AssignState ¶ added in v0.33.0
func (r *MigrationReconciler) AssignState(from, to *runtimev1.Resource) error
func (*MigrationReconciler) Reconcile ¶
func (r *MigrationReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*MigrationReconciler) ResetState ¶ added in v0.34.0
func (r *MigrationReconciler) ResetState(res *runtimev1.Resource) error
type ModelReconciler ¶
type ModelReconciler struct {
C *runtime.Controller
}
func (*ModelReconciler) AssignSpec ¶ added in v0.33.0
func (r *ModelReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*ModelReconciler) AssignState ¶ added in v0.33.0
func (r *ModelReconciler) AssignState(from, to *runtimev1.Resource) error
func (*ModelReconciler) Reconcile ¶
func (r *ModelReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*ModelReconciler) ResetState ¶ added in v0.34.0
func (r *ModelReconciler) ResetState(res *runtimev1.Resource) error
type ProjectParserReconciler ¶
type ProjectParserReconciler struct {
C *runtime.Controller
}
func (*ProjectParserReconciler) AssignSpec ¶ added in v0.33.0
func (r *ProjectParserReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*ProjectParserReconciler) AssignState ¶ added in v0.33.0
func (r *ProjectParserReconciler) AssignState(from, to *runtimev1.Resource) error
func (*ProjectParserReconciler) Close ¶
func (r *ProjectParserReconciler) Close(ctx context.Context) error
func (*ProjectParserReconciler) Reconcile ¶
func (r *ProjectParserReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*ProjectParserReconciler) ResetState ¶ added in v0.34.0
func (r *ProjectParserReconciler) ResetState(res *runtimev1.Resource) error
type PullTriggerReconciler ¶
type PullTriggerReconciler struct {
C *runtime.Controller
}
PullTriggerReconciler reconciles a PullTrigger. When a PullTrigger is created, the reconciler will retrigger the global project parser resource, causing it to pull and reparse the project. It will then delete the PullTrigger resource.
func (*PullTriggerReconciler) AssignSpec ¶ added in v0.33.0
func (r *PullTriggerReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*PullTriggerReconciler) AssignState ¶ added in v0.33.0
func (r *PullTriggerReconciler) AssignState(from, to *runtimev1.Resource) error
func (*PullTriggerReconciler) Close ¶
func (r *PullTriggerReconciler) Close(ctx context.Context) error
func (*PullTriggerReconciler) Reconcile ¶
func (r *PullTriggerReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*PullTriggerReconciler) ResetState ¶ added in v0.34.0
func (r *PullTriggerReconciler) ResetState(res *runtimev1.Resource) error
type RefreshTriggerReconciler ¶
type RefreshTriggerReconciler struct {
C *runtime.Controller
}
RefreshTriggerReconciler reconciles a RefreshTrigger. When a RefreshTrigger is created, the reconciler will refresh source and model by setting Trigger=true in their specs. After that, it will delete the RefreshTrigger resource.
func (*RefreshTriggerReconciler) AssignSpec ¶ added in v0.33.0
func (r *RefreshTriggerReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*RefreshTriggerReconciler) AssignState ¶ added in v0.33.0
func (r *RefreshTriggerReconciler) AssignState(from, to *runtimev1.Resource) error
func (*RefreshTriggerReconciler) Close ¶
func (r *RefreshTriggerReconciler) Close(ctx context.Context) error
func (*RefreshTriggerReconciler) Reconcile ¶
func (r *RefreshTriggerReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*RefreshTriggerReconciler) ResetState ¶ added in v0.34.0
func (r *RefreshTriggerReconciler) ResetState(res *runtimev1.Resource) error
type ReportReconciler ¶ added in v0.36.0
type ReportReconciler struct {
C *runtime.Controller
}
func (*ReportReconciler) AssignSpec ¶ added in v0.36.0
func (r *ReportReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*ReportReconciler) AssignState ¶ added in v0.36.0
func (r *ReportReconciler) AssignState(from, to *runtimev1.Resource) error
func (*ReportReconciler) Close ¶ added in v0.36.0
func (r *ReportReconciler) Close(ctx context.Context) error
func (*ReportReconciler) Reconcile ¶ added in v0.36.0
func (r *ReportReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*ReportReconciler) ResetState ¶ added in v0.36.0
func (r *ReportReconciler) ResetState(res *runtimev1.Resource) error
type SourceReconciler ¶
type SourceReconciler struct {
C *runtime.Controller
}
func (*SourceReconciler) AssignSpec ¶ added in v0.33.0
func (r *SourceReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*SourceReconciler) AssignState ¶ added in v0.33.0
func (r *SourceReconciler) AssignState(from, to *runtimev1.Resource) error
func (*SourceReconciler) Reconcile ¶
func (r *SourceReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*SourceReconciler) ResetState ¶ added in v0.34.0
func (r *SourceReconciler) ResetState(res *runtimev1.Resource) error
Click to show internal directories.
Click to hide internal directories.