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 logr.Logger Scheme *runtime.Scheme Metrics *metricstrait.Reconciler }
Reconciler reconciles a VerrazzanoHelidonWorkload object
func (*Reconciler) Reconcile ¶
Reconcile reconciles a VerrazzanoHelidonWorkload resource. It fetches the embedded DeploymentSpec, mutates it to add scopes and traits, and then writes out the apps/Deployment (or deletes it if the workload is being deleted).
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.