Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface { GetEnqueueKeysBySvc(svc *corev1.Service) []string GetEnqueueKeysByNodePool(svcTopologyTypes map[string]string, allNpNodes sets.String) []string UpdateTriggerAnnotations(namespace, name string) error }
func NewEndpointsAdapter ¶
func NewEndpointsAdapter(kubeClient kubernetes.Interface, client client.Client) Adapter
func NewEndpointsV1Adapter ¶
func NewEndpointsV1Adapter(kubeClient kubernetes.Interface, client client.Client) Adapter
func NewEndpointsV1Beta1Adapter ¶
func NewEndpointsV1Beta1Adapter(kubeClient kubernetes.Interface, client client.Client) Adapter
Click to show internal directories.
Click to hide internal directories.