ExemptPriorityLevelConfiguration

io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration
See theExemptPriorityLevelConfiguration companion object
final case class ExemptPriorityLevelConfiguration(lendablePercent: Option[Int], nominalConcurrencyShares: Option[Int])

ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the spec.

Attributes

Companion
object
Source
ExemptPriorityLevelConfiguration.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if lendablePercent has a value, transforms to the result of function

if lendablePercent has a value, transforms to the result of function

Attributes

Source
ExemptPriorityLevelConfiguration.scala

if nominalConcurrencyShares has a value, transforms to the result of function

if nominalConcurrencyShares has a value, transforms to the result of function

Attributes

Source
ExemptPriorityLevelConfiguration.scala

Returns a new data with lendablePercent set to new value

Returns a new data with lendablePercent set to new value

Attributes

Source
ExemptPriorityLevelConfiguration.scala

Returns a new data with nominalConcurrencyShares set to new value

Returns a new data with nominalConcurrencyShares set to new value

Attributes

Source
ExemptPriorityLevelConfiguration.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product