LimitResponse

io.k8s.api.flowcontrol.v1beta3.LimitResponse
See theLimitResponse companion object
final case class LimitResponse(`type`: String, queuing: Option[QueuingConfiguration])

LimitResponse defines how to handle requests that can not be executed right now.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
LimitResponse.scala

transforms type to result of function

transforms type to result of function

Attributes

Source
LimitResponse.scala

Returns a new data with queuing set to new value

Returns a new data with queuing set to new value

Attributes

Source
LimitResponse.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
LimitResponse.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product