Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreDNSReconciler ¶
type CoreDNSReconciler interface {
ReconcileCoreDNS(ctx context.Context, hostedControlPlane *v1alpha1.HostedControlPlane) (string, error)
}
func NewCoreDNSReconciler ¶
func NewCoreDNSReconciler( managementClusterClient *alias.WorkloadClusterClient, ciliumClient ciliumclient.Interface, serviceDomain string, dnsIP net.IP, ) CoreDNSReconciler
Click to show internal directories.
Click to hide internal directories.