controllers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeReconciler

type NodeReconciler struct {
	// TenantKubeconfig is the path to the kubeconfig file for the tenant cluster
	TenantKubeconfig string
	// ClusterName is the name of the cluster being managed
	ClusterName string
	// CloudSigma credentials
	CloudSigmaUsername string
	CloudSigmaPassword string
	CloudSigmaRegion   string
	// contains filtered or unexported fields
}

NodeReconciler reconciles nodes in the tenant cluster It connects to the tenant cluster using a kubeconfig and manages node initialization

func (*NodeReconciler) Start

func (r *NodeReconciler) Start(ctx context.Context) error

Start initializes the tenant client and starts the node sync loop

Jump to

Keyboard shortcuts

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