Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/flowcontrol.apiserver.k8s.io@v1beta2/structs.ts>LimitedPriorityLevelConfiguration

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface LimitedPriorityLevelConfiguration
import { type LimitedPriorityLevelConfiguration } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/flowcontrol.apiserver.k8s.io@v1beta2/structs.ts";

LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:

  • How are requests for this priority level limited?
  • What should be done with requests that exceed the limit?

Properties

optional
assuredConcurrencyShares: number | null
optional
borrowingLimitPercent: number | null
optional
lendablePercent: number | null
optional
limitResponse: LimitResponse | null