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
|
// NewGlooSource creates a new glooSource with the given config
|
||||||
func NewGlooSource(dynamicKubeClient dynamic.Interface, kubeClient kubernetes.Interface, glooNamespaces string) (Source, error) {
|
func NewGlooSource(dynamicKubeClient dynamic.Interface, kubeClient kubernetes.Interface, glooNamespaces string) (Source, error) {
|
||||||
|
|
||||||
return &glooSource{
|
return &glooSource{
|
||||||
dynamicKubeClient,
|
dynamicKubeClient,
|
||||||
kubeClient,
|
kubeClient,
|
||||||
@ -130,7 +129,6 @@ func (gs *glooSource) Endpoints(ctx context.Context) ([]*endpoint.Endpoint, erro
|
|||||||
endpoints = append(endpoints, proxyEndpoints...)
|
endpoints = append(endpoints, proxyEndpoints...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return endpoints, nil
|
return endpoints, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user