Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionError ¶ added in v0.0.5
ConditionError represents an error with a status condition reason attached.
func (ConditionError) Error ¶ added in v0.0.5
func (c ConditionError) Error() string
type HelmChartRevisionChangePredicate ¶
func (HelmChartRevisionChangePredicate) Create ¶
func (HelmChartRevisionChangePredicate) Create(e event.CreateEvent) bool
func (HelmChartRevisionChangePredicate) Delete ¶
func (HelmChartRevisionChangePredicate) Delete(e event.DeleteEvent) bool
func (HelmChartRevisionChangePredicate) Update ¶
func (HelmChartRevisionChangePredicate) Update(e event.UpdateEvent) bool
type HelmChartWatcher ¶
HelmChartWatcher watches HelmChart objects for revision changes and triggers a sync for all the HelmReleases that reference a changed source.
func (*HelmChartWatcher) SetupWithManager ¶
func (r *HelmChartWatcher) SetupWithManager(mgr ctrl.Manager) error
type HelmReleaseReconciler ¶
type HelmReleaseReconciler struct { client.Client Config *rest.Config Log logr.Logger Scheme *runtime.Scheme EventRecorder kuberecorder.EventRecorder ExternalEventRecorder *events.Recorder MetricsRecorder *metrics.Recorder // contains filtered or unexported fields }
HelmReleaseReconciler reconciles a HelmRelease object
func (*HelmReleaseReconciler) SetupWithManager ¶
func (r *HelmReleaseReconciler) SetupWithManager(mgr ctrl.Manager, opts HelmReleaseReconcilerOptions) error
Click to show internal directories.
Click to hide internal directories.