Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithMaxAnswers ¶
WithMaxAnswers sets the maximum number of answers to return.
func WithPerUpstreamTimeout ¶
WithPerUpstreamTimeout sets the timeout for each upstream DNS server.
func WithTimeout ¶
WithTimeout sets the timeout for the DNS resolver.
type TunnelNodeDNSReconciler ¶
TunnelNodeDNSReconciler reconciles TunnelNode objects and implements CoreDNS plugin.
func NewTunnelNodeDNSReconciler ¶
func NewTunnelNodeDNSReconciler( client client.Client, opts ...Option, ) *TunnelNodeDNSReconciler
NewTunnelNodeDNSReconciler creates a new TunnelNodeDNSReconciler.
func (*TunnelNodeDNSReconciler) Resolver ¶
func (r *TunnelNodeDNSReconciler) Resolver(next plugin.Handler) plugin.Handler
Resolver returns a plugin.Handler that can be used with the CoreDNS server.
func (*TunnelNodeDNSReconciler) SetupWithManager ¶
func (r *TunnelNodeDNSReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.