mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
fix: Gateway API upgrade
This commit is contained in:
parent
62c9eb393b
commit
ae2978527a
@ -72,10 +72,10 @@ func TestGatewayGRPCRouteSourceEndpoints(t *testing.T) {
|
|||||||
hostnameAnnotationKey: "api-annotation.foobar.internal",
|
hostnameAnnotationKey: "api-annotation.foobar.internal",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Spec: v1alpha2.GRPCRouteSpec{
|
Spec: v1.GRPCRouteSpec{
|
||||||
Hostnames: []v1.Hostname{"api-hostnames.foobar.internal"},
|
Hostnames: []v1.Hostname{"api-hostnames.foobar.internal"},
|
||||||
},
|
},
|
||||||
Status: v1alpha2.GRPCRouteStatus{
|
Status: v1.GRPCRouteStatus{
|
||||||
RouteStatus: gwRouteStatus(gwParentRef("default", "internal")),
|
RouteStatus: gwRouteStatus(gwParentRef("default", "internal")),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user