Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TenantsReconciler ¶
type TenantsReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // reconcile time duration, defaults to 10s ReconcileWait time.Duration Recorder record.EventRecorder Predicates predicate.Predicate NgStore store.Store CustomerName string EnablePrivate bool }
TenantsReconciler reconciles a Tenants object
func NewTenantsReconciler ¶
func NewTenantsReconciler(mgr ctrl.Manager, enablePrivate bool, customerName string) *TenantsReconciler
func (*TenantsReconciler) SetupWithManager ¶
func (r *TenantsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.