1 implementation of AddCluster
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\YarpConfigurationBuilder.cs (1)
27public YarpCluster AddCluster(EndpointReference endpoint)
2 references to AddCluster
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
93var cluster = builder.AddCluster(endpoint);
Aspire.Hosting.Yarp.Tests (1)
YarpConfigGeneratorTests.cs (1)
281var backendCluster = yarp.AddCluster(backend.GetEndpoint("http"))