Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TenantsInfraReconciler ¶
type TenantsInfraReconciler 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 }
TenantsInfraReconciler reconciles a Tenants object
func NewTenantsInfraReconciler ¶
func NewTenantsInfraReconciler(mgr ctrl.Manager, enablePrivate bool, customerName string) *TenantsInfraReconciler
func (*TenantsInfraReconciler) SetupWithManager ¶
func (r *TenantsInfraReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.