Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmReleaseReconciler ¶
type HelmReleaseReconciler struct {
client.Client
kuberecorder.EventRecorder
helper.Metrics
GetClusterConfig func() (*rest.Config, error)
ClientOpts runtimeClient.Options
KubeConfigOpts runtimeClient.KubeConfigOptions
FieldManager string
DefaultServiceAccount 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
}
Click to show internal directories.
Click to hide internal directories.