Documentation ¶
Index ¶
Constants ¶
View Source
const ReconcilerKey = "identity-manager.io/reconciler"
ReconcilerKey indicates reconciler annotation key
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcilerBase ¶
type ReconcilerBase struct {
// contains filtered or unexported fields
}
ReconcilerBase defines the base reconciler struct
func NewForManager ¶
NewForManager expects name and manager.Manager and returns *ReconcilerBase
func (*ReconcilerBase) Client ¶
func (r *ReconcilerBase) Client() client.Client
Client returns the Client of the ReconcilerBase
func (*ReconcilerBase) Log ¶
func (r *ReconcilerBase) Log(ctx context.Context) logr.Logger
Log returns the Logger of the ReconcilerBase
func (*ReconcilerBase) Name ¶
func (r *ReconcilerBase) Name() string
Name returns the Name of the ReconcilerBase
func (*ReconcilerBase) Options ¶ added in v1.1.0
func (r *ReconcilerBase) Options() *options.Options
Options returns Options from the ReconcilerBase
func (*ReconcilerBase) Scheme ¶
func (r *ReconcilerBase) Scheme() *runtime.Scheme
Scheme returns the Scheme of the ReconcilerBase
Click to show internal directories.
Click to hide internal directories.