Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HostMatches ¶
func InitMetrics ¶
func InitMetrics()
Types ¶
type Controller ¶
type Controller struct { *basereconciler.Controller KCPInformerFactory kuadrantInformer.SharedInformerFactory // contains filtered or unexported fields }
func NewController ¶
func NewController(config *ControllerConfig) *Controller
NewController returns a new Controller which reconciles Routes.
type ControllerConfig ¶
type ControllerConfig struct { *basereconciler.ControllerConfig KCPKubeClient kubernetes.ClusterInterface KubeClient kubernetes.Interface KubeDynamicClient dynamic.ClusterInterface DnsRecordClient kuadrantclientv1.ClusterInterface // informer for CertificateInformer certmaninformer.SharedInformerFactory GlbcInformerFactory informers.SharedInformerFactory KCPInformer kuadrantInformer.SharedInformerFactory Domain string CertProvider tls.Provider HostResolver dns.HostResolver GLBCWorkspace logicalcluster.Name }
Click to show internal directories.
Click to hide internal directories.