mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
Remove unnecessary trailing newline
This commit is contained in:
parent
f385139abc
commit
b17506cfa3
@ -93,7 +93,6 @@ func (ps *podSource) Endpoints(ctx context.Context) ([]*endpoint.Endpoint, error
|
|||||||
domainList := splitHostnameAnnotation(domainAnnotation)
|
domainList := splitHostnameAnnotation(domainAnnotation)
|
||||||
for _, domain := range domainList {
|
for _, domain := range domainList {
|
||||||
addToEndpointMap(endpointMap, domain, suitableType(pod.Status.PodIP), pod.Status.PodIP)
|
addToEndpointMap(endpointMap, domain, suitableType(pod.Status.PodIP), pod.Status.PodIP)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user