3 references to YarpPassiveHealthCheckConfig
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (1)
327
private static PassiveHealthCheckConfig ToPassiveHealthCheckConfig(
YarpPassiveHealthCheckConfig
config)
ConfigurationBuilder\YarpClusterConfigDtos.cs (1)
197
public
YarpPassiveHealthCheckConfig
? Passive { get; set; }
Aspire.Hosting.Yarp.Tests (1)
YarpClusterTests.cs (1)
232
AssertDtoShapeMatchesYarpConfig<
YarpPassiveHealthCheckConfig
, PassiveHealthCheckConfig>();