8 references to Service
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (8)
582
.Where(sr => !sr.
Service
.HasCompleteAddress && sr.
Service
.Spec.AddressAllocationMode != AddressAllocationModes.Proxyless)
604
var srvResource = needAddressAllocated.FirstOrDefault(sr => sr.
Service
.Metadata.Name == updated.Metadata.Name);
613
srvResource.
Service
.ApplyAddressInfoFrom(updated);
627
var dcpSvc = await _kubernetesService.GetAsync<Service>(sar.
Service
.Metadata.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
630
sar.
Service
.ApplyAddressInfoFrom(dcpSvc);
634
_distributedApplicationLogger.LogWarning("Unable to allocate a network port for service '{ServiceName}'; service may be unreachable and its clients may not work properly.", sar.
Service
.Metadata.Name);
1424
var spAnn = new ServiceProducerAnnotation(sp.
Service
.Metadata.Name);