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
- 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
- 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
- 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
- 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
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalProjectParserName = &runtimev1.ResourceName{Kind: runtime.ResourceKindProjectParser, Name: "parser"}
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
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
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
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
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
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
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
Click to show internal directories.
Click to hide internal directories.