Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LimitResponseV1Beta1

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

schema

io.k8s.api.flowcontrol.v1beta1.LimitResponse

Hierarchy

  • LimitResponseV1Beta1

Index

Properties

Properties

Optional Readonly queuing

queuing holds the configuration parameters for queuing. This field may be non-empty only if type is "Queue".

schema

io.k8s.api.flowcontrol.v1beta1.LimitResponse#queuing

Readonly type

type: string

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.

schema

io.k8s.api.flowcontrol.v1beta1.LimitResponse#type

Generated using TypeDoc