reconcilers

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2023 License: MPL-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupWithManager

func SetupWithManager(mgr ctrl.Manager, opts *Options) error

SetupWithManager sets up all reconcilers with the given manager.

Types

type Options

type Options struct {
	AuthMount               string
	Namespaces              []string
	ExcludeNamespaces       []string
	IncludeSystemNamespaces bool
	UseFinalizers           bool
}

Options are the options for configuring the reconcilers.

type RoleBindingReconciler

type RoleBindingReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*RoleBindingReconciler) Reconcile

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

type RoleReconciler

type RoleReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*RoleReconciler) Reconcile

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

type ServiceAccountReconciler

type ServiceAccountReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*ServiceAccountReconciler) Reconcile

Jump to

Keyboard shortcuts

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