8 references to EndpointMappings
Aspire.Hosting.Kubernetes (8)
Extensions\ResourceExtensions.cs (4)
118
if (context.
EndpointMappings
.Count == 0)
136
foreach (var (_, mapping) in context.
EndpointMappings
)
258
if (context.
EndpointMappings
.Count == 0)
263
foreach (var (_, mapping) in context.
EndpointMappings
)
KubernetesResource.cs (2)
175
EndpointMappings
[endpoint.Name] = new(endpoint.UriScheme, resource.Name, portValue, endpoint.Name);
191
EndpointMappings
[endpoint.Name] = new(endpoint.UriScheme, resource.Name, helmExpression, endpoint.Name, helmExpression);
KubernetesServiceResourceExtensions.cs (2)
28
var mapping = referencedResource.
EndpointMappings
[ep.EndpointName];
58
var mapping = referencedResource.
EndpointMappings
[epExpr.Endpoint.EndpointName];