2 writes to Tunnels
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (2)
487tunnelProxy.Spec.Tunnels = tunnels; 564p => p.Spec.Tunnels = _tunnelConfigurations.ToList(),
6 references to Tunnels
Aspire.Hosting (2)
Dcp\Model\ContainerTunnel.cs (2)
199/// Can be used by clients changing tunnel configuration (<see cref="ContainerNetworkTunnelProxySpec.Tunnels"/>) 274UpdatedTunnels = spec.Tunnels ?? new List<TunnelConfiguration>();
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (2)
9452Assert.Equal(2, tunnelProxy.Spec.Tunnels?.Count); 9524Assert.Equal(1, tunnelProxy.Spec.Tunnels?.Count);
Dcp\TestKubernetesService.cs (2)
99proxy.Status.TunnelStatuses = CreateReadyTunnelStatuses(proxy.Spec.Tunnels); 417proxy.Status.TunnelStatuses = CreateReadyTunnelStatuses(proxy.Spec.Tunnels);