controllers

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ControllerName = v1beta1.OperatorName + "-repository-controller"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectionReconciler added in v0.2.0

type CollectionReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CollectionReconciler reconciles a Collection object

func (*CollectionReconciler) Reconcile added in v0.2.0

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

Reconcile moves the current state of the cluster closer to the desired state.

func (*CollectionReconciler) SetupWithManager added in v0.2.0

func (r *CollectionReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type RepositoryReconciler

type RepositoryReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

RepositoryReconciler reconciles a Repository object

func (*RepositoryReconciler) Reconcile

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

Reconcile moves the current state of the cluster closer to the desired state.

func (*RepositoryReconciler) SetupWithManager

func (r *RepositoryReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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