Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController initializes the controller and is called by the generated code
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for SyncerService resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, original *v1alpha1.SyncerService) pkgreconciler.Event
FinalizeKind removes all resources after deletion of a SyncerService.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, ss *v1alpha1.SyncerService) pkgreconciler.Event
ReconcileKind compares the actual state with the desired, and attempts to converge the two.
type Recorder ¶
type Recorder struct {
}
func NewRecorder ¶
func (*Recorder) LogMetrics ¶
func (m *Recorder) LogMetrics(status, version string, logger *zap.SugaredLogger)
Click to show internal directories.
Click to hide internal directories.