v1beta1

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: Apache-2.0 Imports: 55 Imported by: 0

Documentation

Overview

Package v1beta1 contains the main reconciliation logic for fleetconfig-controller's v1beta1 resources.

Index

Constants

View Source
const (
	AddOnDeploymentConfigResource = "addondeploymentconfigs"
)

addon

Variables

This section is empty.

Functions

This section is empty.

Types

type HubReconciler

type HubReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

HubReconciler reconciles a Hub object

func (*HubReconciler) Reconcile

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

Reconcile is the main reconcile loop for the Hub resource.

func (*HubReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SpokeReconciler

type SpokeReconciler struct {
	client.Client
	Log                  logr.Logger
	Scheme               *runtime.Scheme
	ConcurrentReconciles int
	InstanceType         string
}

SpokeReconciler reconciles a Spoke object

func (*SpokeReconciler) Reconcile

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

Reconcile is the main reconcile loop for the Spoke resource.

func (*SpokeReconciler) SetupWithManagerForHub added in v0.1.0

func (r *SpokeReconciler) SetupWithManagerForHub(mgr ctrl.Manager) error

SetupWithManagerForHub sets up the controller with the Manager to run on a Hub cluster.

func (*SpokeReconciler) SetupWithManagerForSpoke added in v0.1.0

func (r *SpokeReconciler) SetupWithManagerForSpoke(mgr ctrl.Manager) error

SetupWithManagerForSpoke sets up the controller with the Manager to run on a Spoke cluster.

Jump to

Keyboard shortcuts

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