controllers

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2020 License: Apache-2.0 Imports: 41 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 HelmChartRevisionChangePredicate

type HelmChartRevisionChangePredicate struct {
	predicate.Funcs
}

func (HelmChartRevisionChangePredicate) Create

func (HelmChartRevisionChangePredicate) Delete

func (HelmChartRevisionChangePredicate) Update

type HelmChartWatcher

type HelmChartWatcher struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

HelmChartWatcher watches HelmChart objects for revision changes and triggers a sync for all the HelmReleases that reference a changed source.

func (*HelmChartWatcher) Reconcile

func (r *HelmChartWatcher) Reconcile(req ctrl.Request) (ctrl.Result, error)

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 *recorder.EventRecorder
	// contains filtered or unexported fields
}

HelmReleaseReconciler reconciles a HelmRelease object

func (*HelmReleaseReconciler) Reconcile

func (r *HelmReleaseReconciler) Reconcile(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
	DependencyRequeueInterval time.Duration
}

Jump to

Keyboard shortcuts

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