QueuingConfiguration

io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration
See theQueuingConfiguration companion object
final case class QueuingConfiguration(handSize: Option[Int], queueLengthLimit: Option[Int], queues: Option[Int])

QueuingConfiguration holds the configuration parameters for queuing

Attributes

Companion:
object
Source:
QueuingConfiguration.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
QueuingConfiguration.scala

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

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

Attributes

Source:
QueuingConfiguration.scala

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

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

Attributes

Source:
QueuingConfiguration.scala

Returns a new data with handSize set to new value

Returns a new data with handSize set to new value

Attributes

Source:
QueuingConfiguration.scala

Returns a new data with queueLengthLimit set to new value

Returns a new data with queueLengthLimit set to new value

Attributes

Source:
QueuingConfiguration.scala

Returns a new data with queues set to new value

Returns a new data with queues set to new value

Attributes

Source:
QueuingConfiguration.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product