2 references to GetKubernetesProtocolName
Aspire.Hosting.Kubernetes (2)
KubernetesResource.cs (2)
180
EndpointMappings[endpoint.Name] = new(endpoint.UriScheme,
GetKubernetesProtocolName
(endpoint.Protocol), resource.Name.ToServiceName(), HelmValue.Literal(portValue), endpoint.Name);
195
EndpointMappings[endpoint.Name] = new(endpoint.UriScheme,
GetKubernetesProtocolName
(endpoint.Protocol), resource.Name.ToServiceName(), helmValue, endpoint.Name);