1 instantiation of HttpRouteParentRefV1
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
1120
httpRoute.Spec.ParentRefs.Add(new
HttpRouteParentRefV1
{ Name = gatewayName });
1 reference to HttpRouteParentRefV1
Aspire.Hosting.Kubernetes (1)
Resources\HttpRouteV1.cs (1)
32
public List<
HttpRouteParentRefV1
> ParentRefs { get; } = [];