Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEntitySelectorReconciler ¶
type CloudEntitySelectorReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme AccManager accountmanager.Interface // contains filtered or unexported fields }
CloudEntitySelectorReconciler reconciles a CloudEntitySelector object. nolint:golint
func (*CloudEntitySelectorReconciler) SetupWithManager ¶
func (r *CloudEntitySelectorReconciler) SetupWithManager(mgr ctrl.Manager) error
func (*CloudEntitySelectorReconciler) Start ¶
func (r *CloudEntitySelectorReconciler) Start(_ context.Context) error
Start performs the initialization of the controller. A controller is said to be initialized only when the dependent controllers are synced, and it keeps a count of pending CRs to be reconciled.
Click to show internal directories.
Click to hide internal directories.