Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { ReconcileCreate(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error) ReconcileDelete(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error) }
Interface provides a reconciler interface which is the controller core logic for reconciliation loops.
An implementation can then be used by a controller to extend its capabilities.
NOTE: the returned ctrl.Result is currently ignored
Click to show internal directories.
Click to hide internal directories.