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