Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouterOperator ¶
type RouterOperator interface { GetRouter(namespace string) (*corev1.Service, error) CreateRouter(namespace string, serviceType corev1.ServiceType, annotations map[string]string) (*corev1.Service, error) DeleteRouter(namespace string) (*corev1.Service, error) UpdateRouter(namespace string, serviceType corev1.ServiceType, annotations map[string]string) (*corev1.Service, error) }
func NewRouterOperator ¶
func NewRouterOperator(client kubernetes.Interface, informers informers.SharedInformerFactory) RouterOperator
Click to show internal directories.
Click to hide internal directories.