controllers

package
v0.0.0-...-7b10b66 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyReconciler

type KeyReconciler struct {
	client.Client
	Log          logr.Logger
	Scheme       *runtime.Scheme
	GitClient    git.Client
	ActualDelete bool
}

KeyReconciler reconciles a Key object

func (*KeyReconciler) Reconcile

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

func (*KeyReconciler) SetupWithManager

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

type RepositoryReconciler

type RepositoryReconciler struct {
	Client       client.Client
	Log          logr.Logger
	Scheme       *runtime.Scheme
	GitClient    git.Client
	ActualDelete bool
}

RepositoryReconciler reconciles a Repository object

func (*RepositoryReconciler) Reconcile

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

Reconcile is responsible for reconciling the request

func (*RepositoryReconciler) SetupWithManager

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

SetupWithManager configures the controller

Jump to

Keyboard shortcuts

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