3 writes to Address
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1061svc.Spec.Address = KnownHostNames.Localhost; 1065svc.Spec.Address = endpoint.TargetHost;
Dcp\Model\Service.cs (1)
98Spec.Address = other.Spec.Address;
3 references to Address
Aspire.Hosting (2)
Dcp\Model\Service.cs (2)
90public string? AllocatedAddress => Spec.Address ?? Status?.EffectiveAddress; 98Spec.Address = other.Spec.Address;
Aspire.Hosting.Tests (1)
Dcp\TestKubernetesService.cs (1)
77svc.Status.EffectiveAddress = svc.Spec.Address ?? "localhost";