LimitResponse

com.coralogix.zio.k8s.model.flowcontrol.v1beta1.LimitResponse
See theLimitResponse companion object
case class LimitResponse(queuing: Optional[QueuingConfiguration], `type`: String)

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

Value parameters

type

type is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets queuing.

Gets queuing.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

type is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.

type is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.

This effect always succeeds, it is safe to use the field type directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product