Documentation ¶
Index ¶
- Variables
- type APIReconciler
- func (r *APIReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *APIReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *APIReconciler) Close(ctx context.Context) error
- func (r *APIReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *APIReconciler) ResetState(res *runtimev1.Resource) error
- type AlertReconciler
- func (r *AlertReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *AlertReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *AlertReconciler) Close(ctx context.Context) error
- func (r *AlertReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *AlertReconciler) ResetState(res *runtimev1.Resource) error
- type ComponentReconciler
- func (r *ComponentReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *ComponentReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *ComponentReconciler) Close(ctx context.Context) error
- func (r *ComponentReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *ComponentReconciler) ResetState(res *runtimev1.Resource) error
- type DashboardReconciler
- func (r *DashboardReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *DashboardReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *DashboardReconciler) Close(ctx context.Context) error
- func (r *DashboardReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *DashboardReconciler) ResetState(res *runtimev1.Resource) error
- 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
- type ThemeReconciler
- func (r *ThemeReconciler) AssignSpec(from, to *runtimev1.Resource) error
- func (r *ThemeReconciler) AssignState(from, to *runtimev1.Resource) error
- func (r *ThemeReconciler) Close(ctx context.Context) error
- func (r *ThemeReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
- func (r *ThemeReconciler) 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 APIReconciler ¶ added in v0.42.0
type APIReconciler struct {
C *runtime.Controller
}
func (*APIReconciler) AssignSpec ¶ added in v0.42.0
func (r *APIReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*APIReconciler) AssignState ¶ added in v0.42.0
func (r *APIReconciler) AssignState(from, to *runtimev1.Resource) error
func (*APIReconciler) Close ¶ added in v0.42.0
func (r *APIReconciler) Close(ctx context.Context) error
func (*APIReconciler) Reconcile ¶ added in v0.42.0
func (r *APIReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*APIReconciler) ResetState ¶ added in v0.42.0
func (r *APIReconciler) ResetState(res *runtimev1.Resource) error
type AlertReconciler ¶ added in v0.41.0
type AlertReconciler struct {
C *runtime.Controller
}
func (*AlertReconciler) AssignSpec ¶ added in v0.41.0
func (r *AlertReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*AlertReconciler) AssignState ¶ added in v0.41.0
func (r *AlertReconciler) AssignState(from, to *runtimev1.Resource) error
func (*AlertReconciler) Close ¶ added in v0.41.0
func (r *AlertReconciler) Close(ctx context.Context) error
func (*AlertReconciler) Reconcile ¶ added in v0.41.0
func (r *AlertReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*AlertReconciler) ResetState ¶ added in v0.41.0
func (r *AlertReconciler) ResetState(res *runtimev1.Resource) error
type ComponentReconciler ¶ added in v0.44.0
type ComponentReconciler struct {
C *runtime.Controller
}
func (*ComponentReconciler) AssignSpec ¶ added in v0.44.0
func (r *ComponentReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*ComponentReconciler) AssignState ¶ added in v0.44.0
func (r *ComponentReconciler) AssignState(from, to *runtimev1.Resource) error
func (*ComponentReconciler) Close ¶ added in v0.44.0
func (r *ComponentReconciler) Close(ctx context.Context) error
func (*ComponentReconciler) Reconcile ¶ added in v0.44.0
func (r *ComponentReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*ComponentReconciler) ResetState ¶ added in v0.44.0
func (r *ComponentReconciler) ResetState(res *runtimev1.Resource) error
type DashboardReconciler ¶ added in v0.42.0
type DashboardReconciler struct {
C *runtime.Controller
}
func (*DashboardReconciler) AssignSpec ¶ added in v0.42.0
func (r *DashboardReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*DashboardReconciler) AssignState ¶ added in v0.42.0
func (r *DashboardReconciler) AssignState(from, to *runtimev1.Resource) error
func (*DashboardReconciler) Close ¶ added in v0.42.0
func (r *DashboardReconciler) Close(ctx context.Context) error
func (*DashboardReconciler) Reconcile ¶ added in v0.42.0
func (r *DashboardReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*DashboardReconciler) ResetState ¶ added in v0.42.0
func (r *DashboardReconciler) ResetState(res *runtimev1.Resource) error
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
type ThemeReconciler ¶ added in v0.38.0
type ThemeReconciler struct {
C *runtime.Controller
}
func (*ThemeReconciler) AssignSpec ¶ added in v0.38.0
func (r *ThemeReconciler) AssignSpec(from, to *runtimev1.Resource) error
func (*ThemeReconciler) AssignState ¶ added in v0.38.0
func (r *ThemeReconciler) AssignState(from, to *runtimev1.Resource) error
func (*ThemeReconciler) Close ¶ added in v0.38.0
func (r *ThemeReconciler) Close(ctx context.Context) error
func (*ThemeReconciler) Reconcile ¶ added in v0.38.0
func (r *ThemeReconciler) Reconcile(ctx context.Context, n *runtimev1.ResourceName) runtime.ReconcileResult
func (*ThemeReconciler) ResetState ¶ added in v0.38.0
func (r *ThemeReconciler) ResetState(res *runtimev1.Resource) error
Click to show internal directories.
Click to hide internal directories.