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