controllers

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 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 InMemoryClusterReconciler

type InMemoryClusterReconciler 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
}

InMemoryClusterReconciler reconciles a InMemoryCluster object.

func (*InMemoryClusterReconciler) SetupWithManager

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

SetupWithManager sets up the reconciler with the Manager.

type InMemoryMachineReconciler

type InMemoryMachineReconciler 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
}

InMemoryMachineReconciler reconciles a InMemoryMachine object.

func (*InMemoryMachineReconciler) SetupWithManager

func (r *InMemoryMachineReconciler) 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