Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSRoutesReconciler ¶
type TLSRoutesReconciler interface {
ReconcileTLSRoutes(
ctx context.Context,
hostedControlPlane *v1alpha1.HostedControlPlane,
cluster *capiv2.Cluster,
) (string, error)
}
func NewTLSRoutesReconciler ¶
func NewTLSRoutesReconciler( gatewayClient gwclient.Interface, apiServerServicePort int32, konnectivityServicePort int32, ) TLSRoutesReconciler
Click to show internal directories.
Click to hide internal directories.