5 references to YarpCluster
Aspire.Hosting.Yarp (4)
ConfigurationBuilder\YarpCluster.cs (3)
31: this(endpoint.Resource.Name, endpoint) 54: this(resource.Name, resource) 63: this(externalService.Name, externalService)
ConfigurationBuilder\YarpConfigurationBuilder.cs (1)
75var destination = new YarpCluster(clusterName, destinations);
Aspire.Hosting.Yarp.Tests (1)
YarpClusterTests.cs (1)
17var cluster = new YarpCluster("raw_cluster", "http://localhost:5000", "https://localhost:5001");