controller

package
v0.36.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 58 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConditionError

type ConditionError struct {
	Reason string
	Err    error
}

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) Reconcile

func (r *HelmReleaseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*HelmReleaseReconciler) SetupWithManager

type HelmReleaseReconcilerOptions

type HelmReleaseReconcilerOptions struct {
	HTTPRetry                 int
	DependencyRequeueInterval time.Duration
	RateLimiter               ratelimiter.RateLimiter
}

type SourceRevisionChangePredicate

type SourceRevisionChangePredicate struct {
	predicate.Funcs
}

func (SourceRevisionChangePredicate) Create

func (SourceRevisionChangePredicate) Delete

func (SourceRevisionChangePredicate) Update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL