apiserverresources

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 License: AGPL-3.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiServerResourcesReconciler

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

func NewApiServerResourcesReconciler

func NewApiServerResourcesReconciler(
	managementClusterClient *alias.ManagementClusterClient,
	ciliumClient ciliumclient.Interface,
	worldComponent string,
	serviceCIDR string,
	apiServerComponentLabel string,
	apiServerServicePort int32,
	apiServerServiceLegacyPortName string,
	etcdComponentLabel string,
	etcdServerPort int32,
	konnectivityNamespace string,
	konnectivityServiceAccount string,
	konnectivityServicePort int32,
	konnectivityClientKubeconfigName string,
	konnectivityServerAudience string,
) ApiServerResourcesReconciler

Jump to

Keyboard shortcuts

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