mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
Remove whitespaces
This commit is contained in:
parent
ac605fa4ce
commit
63c826f62b
@ -86,7 +86,6 @@ type glooSource struct {
|
||||
|
||||
// NewGlooSource creates a new glooSource with the given config
|
||||
func NewGlooSource(dynamicKubeClient dynamic.Interface, kubeClient kubernetes.Interface, glooNamespaces string) (Source, error) {
|
||||
|
||||
return &glooSource{
|
||||
dynamicKubeClient,
|
||||
kubeClient,
|
||||
@ -130,7 +129,6 @@ func (gs *glooSource) Endpoints(ctx context.Context) ([]*endpoint.Endpoint, erro
|
||||
endpoints = append(endpoints, proxyEndpoints...)
|
||||
}
|
||||
}
|
||||
|
||||
return endpoints, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user