Documentation
¶
Index ¶
Constants ¶
View Source
const (
// EventReasonMissing represents the reason because of missing something
EventReasonMissing = "Missing"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorCRDReconciler ¶
OperatorCRDReconciler watches those CRDs which belong to Operator
func (*OperatorCRDReconciler) Reconcile ¶
func (r *OperatorCRDReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile manages addonStrategy according to the CRDs of operators
func (*OperatorCRDReconciler) SetupWithManager ¶
func (r *OperatorCRDReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager set the reconcilers
type Reconciler ¶
Reconciler takes the responsible for addon lifecycle
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile responsible for addon lifecycle
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager set the reconcilers
Click to show internal directories.
Click to hide internal directories.