Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log *zap.SugaredLogger Scheme *runtime.Scheme AgentChannel chan clusters.StatusUpdateMessage }
Reconciler reconciles a VerrazzanoProject object
func (*Reconciler) Reconcile ¶
Reconcile reconciles a VerrazzanoProject resource. It fetches its namespaces if the VerrazzanoProject is in the verrazzano-mc namespace and create namespaces in the local cluster.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers our controller with the manager
Click to show internal directories.
Click to hide internal directories.