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