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