Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PriorityLevelConfigurationSpecV1Beta1

PriorityLevelConfigurationSpec specifies the configuration of a priority level.

schema

io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationSpec

Hierarchy

  • PriorityLevelConfigurationSpecV1Beta1

Index

Properties

Properties

Optional Readonly limited

limited specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if type is "Limited".

schema

io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationSpec#limited

Readonly type

type: string

type indicates whether this priority level is subject to limitation on request execution. A value of "Exempt" means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of "Limited" means that (a) requests of this priority level are subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.

schema

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

Generated using TypeDoc