Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler represents a reconciler of controller.
func New ¶
func New(c *config.ResourceConfig, rec record.EventRecorder) (*Reconciler, error)
New returns a new reconciler.
func (*Reconciler) InjectClient ¶
func (r *Reconciler) InjectClient(c client.Client) error
InjectClient implements inject.Client interface.
func (*Reconciler) IsObserver ¶ added in v0.2.0
func (r *Reconciler) IsObserver() bool
Click to show internal directories.
Click to hide internal directories.