Documentation
¶
Index ¶
Constants ¶
View Source
const (
Namespace = "kube-system"
ConfigMapName = "coredns"
NodeHostsKey = "NodeHosts"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreDNSNodeHostsReconciler ¶
type CoreDNSNodeHostsReconciler struct {
client.Client
Log loghelper.Logger
}
func (*CoreDNSNodeHostsReconciler) Reconcile ¶
func (r *CoreDNSNodeHostsReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
func (*CoreDNSNodeHostsReconciler) SetupWithManager ¶
func (r *CoreDNSNodeHostsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds the controller to the manager
Click to show internal directories.
Click to hide internal directories.