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