maxLimitRequestRatio property

Map<String, String>? maxLimitRequestRatio
final

MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

Implementation

final Map<String, String>? maxLimitRequestRatio;