Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionError ¶
ConditionError represents an error with a status condition reason attached.
func (ConditionError) Error ¶
func (c ConditionError) Error() string
type HelmReleaseReconciler ¶
type HelmReleaseReconciler struct { client.Client helper.Metrics Config *rest.Config Scheme *runtime.Scheme EventRecorder kuberecorder.EventRecorder NoCrossNamespaceRef bool ClientOpts runtimeClient.Options KubeConfigOpts runtimeClient.KubeConfigOptions StatusPoller *polling.StatusPoller PollingOpts polling.Options ControllerName string // contains filtered or unexported fields }
HelmReleaseReconciler reconciles a HelmRelease object
func (*HelmReleaseReconciler) SetupWithManager ¶
func (r *HelmReleaseReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, opts HelmReleaseReconcilerOptions) error
type HelmReleaseReconcilerOptions ¶
type HelmReleaseReconcilerOptions struct { HTTPRetry int DependencyRequeueInterval time.Duration RateLimiter ratelimiter.RateLimiter }
type SourceRevisionChangePredicate ¶
func (SourceRevisionChangePredicate) Create ¶
func (SourceRevisionChangePredicate) Create(e event.CreateEvent) bool
func (SourceRevisionChangePredicate) Delete ¶
func (SourceRevisionChangePredicate) Delete(e event.DeleteEvent) bool
func (SourceRevisionChangePredicate) Update ¶
func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.