Options
All
  • Public
  • Public/Protected
  • All
Menu

ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

export
interface

IoK8sApiCoreV1ResourceQuotaSpec

Hierarchy

  • IoK8sApiCoreV1ResourceQuotaSpec

Index

Properties

hard?: {}

hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

memberof

IoK8sApiCoreV1ResourceQuotaSpec

Type declaration

  • [key: string]: string
memberof

IoK8sApiCoreV1ResourceQuotaSpec

scopes?: string[]

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.

memberof

IoK8sApiCoreV1ResourceQuotaSpec

Generated using TypeDoc