3 references to GetHostValue
Aspire.Hosting.Kubernetes (3)
KubernetesServiceResourceExtensions.cs (3)
102
EndpointProperty.Url =>
GetHostValue
($"{scheme}://", suffix: $":{port}"),
103
EndpointProperty.Host or EndpointProperty.IPV4Host =>
GetHostValue
(),
105
EndpointProperty.HostAndPort =>
GetHostValue
(suffix: $":{port}"),