Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/structs.ts>LimitRangeItem

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface LimitRangeItem
import { type LimitRangeItem } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/structs.ts";

LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

Properties

optional
default: Record<string, c.Quantity> | null
optional
defaultRequest: Record<string, c.Quantity> | null
optional
max: Record<string, c.Quantity> | null
optional
maxLimitRequestRatio: Record<string, c.Quantity> | null
optional
min: Record<string, c.Quantity> | null
type: string