Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmReleaseProxyReconciler ¶
type HelmReleaseProxyReconciler struct { client.Client Scheme *runtime.Scheme HelmClient internal.Client // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
HelmReleaseProxyReconciler reconciles a HelmReleaseProxy object.
func (*HelmReleaseProxyReconciler) Reconcile ¶
func (r *HelmReleaseProxyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*HelmReleaseProxyReconciler) SetupWithManager ¶
func (r *HelmReleaseProxyReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.