etcd_cluster

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: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EtcdClusterReconciler

type EtcdClusterReconciler interface {
	ReconcileEtcdCluster(
		ctx context.Context,
		hostedControlPlane *v1alpha1.HostedControlPlane,
		cluster *capiv2.Cluster,
	) (string, error)
}

func NewEtcdClusterReconciler

func NewEtcdClusterReconciler(
	managementClusterClient *alias.ManagementClusterClient,
	ciliumClient ciliumclient.Interface,
	recorder record.EventRecorder,
	etcdServerPort int32,
	etcdServerStorageBuffer resource.Quantity,
	etcdServerStorageIncrement resource.Quantity,
	etcdClientFactory etcd_client.EtcdClientFactory,
	s3ClientFactory s3_client.S3ClientFactory,
	componentLabel string,
	apiServerComponentLabel string,
	controllerNamespace string,
	systemControllerComponent string,
) EtcdClusterReconciler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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