io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration
See theLimitedPriorityLevelConfiguration companion object
final case class LimitedPriorityLevelConfiguration(borrowingLimitPercent: Option[Int], lendablePercent: Option[Int], limitResponse: Option[LimitResponse], nominalConcurrencyShares: Option[Int])
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
-
How are requests for this priority level limited?
-
What should be done with requests that exceed the limit?
Attributes
- Companion
- object
- Source
- LimitedPriorityLevelConfiguration.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article