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 // contains filtered or unexported fields }
Reconciler reconciles a Helm Release object
func (*Reconciler) Reconcile ¶
Reconcile installs, upgrades or uninstalls the helm chart in the Release
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the Release Reconciler to the Manager
Click to show internal directories.
Click to hide internal directories.