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