controller

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// KubeConfigValiditySeconds defines the validity of the kubeconfig in seconds.
	KubeConfigValiditySeconds = 6000
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlPlaneContext

type ControlPlaneContext struct {
	// contains filtered or unexported fields
}

ControlPlaneContext holds the context for the GardenerShootControlPlane reconciler.

type GardenerShootControlPlaneReconciler

type GardenerShootControlPlaneReconciler struct {
	Manager        mcmanager.Manager
	GardenerClient client.Client
	IsKCP          bool

	PrioritizeShoot bool
}

GardenerShootControlPlaneReconciler reconciles a GardenerShootControlPlane object

func (*GardenerShootControlPlaneReconciler) MapShootToControlPlaneObject

func (r *GardenerShootControlPlaneReconciler) MapShootToControlPlaneObject(ctx context.Context, obj client.Object) []mcreconcile.Request

MapShootToControlPlaneObject maps a Shoot object to a GardenerShootControlPlane object.

func (*GardenerShootControlPlaneReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.20.2/pkg/reconcile

func (*GardenerShootControlPlaneReconciler) SetupWithManager

func (r *GardenerShootControlPlaneReconciler) SetupWithManager(mgr mcmanager.Manager, targetCluster cluster.Cluster) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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