3 writes to EffectiveAddress
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
862cs.Service!.Status!.EffectiveAddress = ContainerHostName;
Dcp\Model\Service.cs (1)
105Status.EffectiveAddress = other.Status.EffectiveAddress;
Aspire.Hosting.Tests (1)
Dcp\TestKubernetesService.cs (1)
77svc.Status.EffectiveAddress = svc.Spec.Address ?? "localhost";
3 references to EffectiveAddress
Aspire.Hosting (3)
Dcp\Model\Service.cs (3)
90public string? AllocatedAddress => Spec.Address ?? Status?.EffectiveAddress; 103if (other.Status?.EffectiveAddress is not null) 105Status.EffectiveAddress = other.Status.EffectiveAddress;