From 4c377e45756891ec7ab1ccc68e3fc43d536631ae Mon Sep 17 00:00:00 2001 From: GuillaumeV <88834548+guillaumevillemont@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:05:39 +0200 Subject: [PATCH] test --- source/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/source/node.go b/source/node.go index 261002057..ad8237d34 100644 --- a/source/node.go +++ b/source/node.go @@ -78,6 +78,7 @@ func NewNodeSource(ctx context.Context, kubeClient kubernetes.Interface, annotat }, nil } + // Endpoints returns endpoint objects for each service that should be processed. func (ns *nodeSource) Endpoints(ctx context.Context) ([]*endpoint.Endpoint, error) { nodes, err := ns.nodeInformer.Lister().List(ns.labelSelector)