Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressController ¶
func InitIngressController ¶
func InitIngressController( ctx context.Context, kubeClient *kubernetes.Clientset, ) *IngressController
InitIngressController initializes the Ingress controller. You need to provide the context which on cancel will stop the watcher for ingress updates and kubeClient which can be used to initialize the event listener
func (*IngressController) ExactMatch ¶
func (*IngressController) PrefixMatch ¶
func (*IngressController) RegexMatch ¶
type RouterInfo ¶
type RouterInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.