Documentation ¶
Index ¶
- func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)
- type Reconciler
- func (r *Reconciler) AddResources(ctx context.Context, resource resources.Resource) error
- func (r *Reconciler) NewEmpty(_ context.Context) resources.Resource
- func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
- func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)
New HarborServerConfiguration reconciler.
Types ¶
type Reconciler ¶
type Reconciler struct { *commonCtrl.Controller client.Client Scheme *runtime.Scheme Harbor *v2.Client }
Reconciler reconciles a HarborServerConfiguration object.
func (*Reconciler) AddResources ¶
func (*Reconciler) SetupWithManager ¶
SetupWithManager for HarborServerConfiguration reconcile controller.
Click to show internal directories.
Click to hide internal directories.