controllers

package
v0.0.0-...-709f317 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationReconciler

type ApplicationReconciler struct {
	// contains filtered or unexported fields
}

func NewAppReconciler

func NewAppReconciler(synchronizer Interface) *ApplicationReconciler

func (*ApplicationReconciler) Reconcile

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

func (*ApplicationReconciler) SetupWithManager

func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager, opts ...Option) error

type Interface

type Interface interface {
	Reconcile(ctx context.Context, req ctrl.Request, app resource.Source) (ctrl.Result, error)
}

type NaisjobReconciler

type NaisjobReconciler struct {
	// contains filtered or unexported fields
}

func NewNaisjobReconciler

func NewNaisjobReconciler(synchronizer Interface) *NaisjobReconciler

func (*NaisjobReconciler) Reconcile

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

func (*NaisjobReconciler) SetupWithManager

func (r *NaisjobReconciler) SetupWithManager(mgr ctrl.Manager, opts ...Option) error

type Option

type Option func(*controller.Options)

func WithMaxConcurrentReconciles

func WithMaxConcurrentReconciles(n int) Option

Jump to

Keyboard shortcuts

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