controllers

package
v0.0.0-...-2d9dd87 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package controllers provides access to reconcilers implemented in internal/controllers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoofyClusterReconciler

type GoofyClusterReconciler struct {
	Client       client.Client
	CloudManager cloud.Manager
	APIServerMux *server.WorkloadClustersMux // TODO: find a way to use an interface here

	// WatchFilterValue is the label value used to filter events prior to reconciliation.
	WatchFilterValue string
}

GoofyClusterReconciler reconciles a GoofyCluster object.

func (*GoofyClusterReconciler) SetupWithManager

func (r *GoofyClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error

SetupWithManager sets up the reconciler with the Manager.

type GoofyMachineReconciler

type GoofyMachineReconciler struct {
	Client       client.Client
	CloudManager cloud.Manager
	APIServerMux *server.WorkloadClustersMux // TODO: find a way to use an interface here

	// WatchFilterValue is the label value used to filter events prior to reconciliation.
	WatchFilterValue string
}

GoofyMachineReconciler reconciles a GoofyMachine object.

func (*GoofyMachineReconciler) SetupWithManager

func (r *GoofyMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error

SetupWithManager sets up the reconciler with the Manager.

Jump to

Keyboard shortcuts

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