Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevillemont committed Jul 6, 2023
1 parent 9262980 commit 4c377e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c377e4

Please sign in to comment.