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 NodeHostsReconciler ¶ added in v0.16.0
type NodeHostsReconciler struct {
client.Client
Log loghelper.Logger
}
func (*NodeHostsReconciler) Reconcile ¶ added in v0.16.0
func (r *NodeHostsReconciler) Reconcile(ctx context.Context, _ ctrl.Request) (ctrl.Result, error)
func (*NodeHostsReconciler) SetupWithManager ¶ added in v0.16.0
func (r *NodeHostsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds the controller to the manager
Click to show internal directories.
Click to hide internal directories.