3 references to GetHostValue
Aspire.Hosting.Kubernetes (3)
KubernetesResource.cs (3)
443
EndpointProperty.Url =>
GetHostValue
($"{scheme}://", suffix: $":{port}"),
444
EndpointProperty.Host or EndpointProperty.IPV4Host =>
GetHostValue
(),
446
EndpointProperty.HostAndPort =>
GetHostValue
(suffix: $":{port}"),