Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfrastructureClusterReconciler ¶
type InfrastructureClusterReconciler interface {
SyncControlPlaneEndpoint(
ctx context.Context,
hostedControlPlane *v1alpha1.HostedControlPlane,
cluster *capiv2.Cluster,
) (string, error)
}
func NewInfrastructureClusterReconciler ¶
func NewInfrastructureClusterReconciler( client client.Client, apiServerServicePort int32, ) InfrastructureClusterReconciler
Click to show internal directories.
Click to hide internal directories.