hostedcontrolplane

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: AGPL-3.0 Imports: 60 Imported by: 0

Documentation

Overview

Package hostedcontrolplane contains the controller logic for reconciling HostedControlPlane objects.

Package operator contains the whole schema for the operator.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewScheme added in v1.2.0

func NewScheme() (*runtime.Scheme, error)

Types

type HostedControlPlaneReconciler

type HostedControlPlaneReconciler interface {
	reconcile.Reconciler
	SetupWithManager(mgr ctrl.Manager, maxConcurrentReconciles int, predicateLogger logr.Logger) error
}

func NewHostedControlPlaneReconciler

func NewHostedControlPlaneReconciler(
	client client.Client,
	managementClusterClient *alias.ManagementClusterClient,
	certManagerClient cmclient.Interface,
	gatewayClient gwclient.Interface,
	ciliumClientFactory func(ctx context.Context) (ciliumclient.Interface, error),
	workloadClusterClientFactory func(
		ctx context.Context,
		managementClusterClient *alias.ManagementClusterClient,
		cluster *capiv2.Cluster,
		controllerKubeconfigName string,
	) (*alias.WorkloadClusterClient, ciliumclient.Interface, error),
	etcdClientFactory etcd_client.EtcdClientFactory,
	s3ClientFactory s3_client.S3ClientFactory,
	recorder record.EventRecorder,
	controllerNamespace string,
) HostedControlPlaneReconciler

Jump to

Keyboard shortcuts

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