Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeconfigReconciler ¶
type KubeconfigReconciler interface {
ReconcileKubeconfigs(
ctx context.Context,
hostedControlPlane *v1alpha1.HostedControlPlane,
cluster *capiv2.Cluster,
) error
}
func NewKubeconfigReconciler ¶
func NewKubeconfigReconciler( managementClusterClient *alias.ManagementClusterClient, apiServerServicePort int32, konnectivityClientKubeconfigName string, controllerKubeconfigName string, ) KubeconfigReconciler
Click to show internal directories.
Click to hide internal directories.