1 reference to GetServiceEndpointsAsync
Aspire.Hosting.Kubernetes (1)
Deployment\HelmDeploymentEngine.cs (1)
523
var endpoints = await
GetServiceEndpointsAsync
(computeResource.Name.ToServiceName(), @namespace, environment.KubeConfigPath, context.Logger, context.CancellationToken).ConfigureAwait(false);