controllers

package
v0.31.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 55 Imported by: 0

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

type ConditionError struct {
	Reason string
	Err    error
}

ConditionError represents an error with a status condition reason attached.

func (ConditionError) Error added in v0.0.5

func (c ConditionError) Error() string

type HelmReleaseReconciler

type HelmReleaseReconciler struct {
	client.Client

	Config *rest.Config
	Scheme *runtime.Scheme

	EventRecorder         kuberecorder.EventRecorder
	MetricsRecorder       *metrics.Recorder
	DefaultServiceAccount string
	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

func (r *HelmReleaseReconciler) SetupWithManager(mgr ctrl.Manager, opts HelmReleaseReconcilerOptions) error

type HelmReleaseReconcilerOptions

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

type SourceRevisionChangePredicate added in v0.2.0

type SourceRevisionChangePredicate struct {
	predicate.Funcs
}

func (SourceRevisionChangePredicate) Create added in v0.2.0

func (SourceRevisionChangePredicate) Delete added in v0.2.0

func (SourceRevisionChangePredicate) Update added in v0.2.0

Jump to

Keyboard shortcuts

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