Options
All
  • Public
  • Public/Protected
  • All
Menu

ResourceQuotaStatus defines the enforced hard limits and observed use.

export
interface

IoK8sApiCoreV1ResourceQuotaStatus

Hierarchy

  • IoK8sApiCoreV1ResourceQuotaStatus

Index

Properties

Properties

hard?: {}

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

memberof

IoK8sApiCoreV1ResourceQuotaStatus

Type declaration

  • [key: string]: string
used?: {}

Used is the current observed total usage of the resource in the namespace.

memberof

IoK8sApiCoreV1ResourceQuotaStatus

Type declaration

  • [key: string]: string

Generated using TypeDoc