controllers

package
v1.7.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 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
	InMemoryManager inmemoryruntime.Manager
	APIServerMux    *inmemoryserver.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
	InMemoryManager inmemoryruntime.Manager
	APIServerMux    *inmemoryserver.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