mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
chore: remove unneccessary new line
This commit is contained in:
parent
0dcd6c922c
commit
059daadcfe
@ -308,7 +308,6 @@ func (c *gatewayRouteResolver) resolve(rt gatewayRoute) (map[string]endpoint.Tar
|
||||
// Confirm the Parent is the standard Gateway kind.
|
||||
ref := rps.ParentRef
|
||||
namespace := strVal((*string)(ref.Namespace), meta.Namespace)
|
||||
|
||||
// Ensure that the parent reference is in the routeParentRefs list
|
||||
if !gwRouteHasParentRef(routeParentRefs, ref, meta) {
|
||||
log.Debugf("Parent reference %s/%s not found in routeParentRefs for %s %s/%s", namespace, string(ref.Name), c.src.rtKind, meta.Namespace, meta.Name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user