Kazan v0.11.0 Kazan.Apis.Core.V1.ResourceQuotaStatus View Source

ResourceQuotaStatus defines the enforced hard limits and observed use.

OpenAPI Definition: io.k8s.api.core.v1.ResourceQuotaStatus

Properties

  • hard :: Map

    • Hard is the set of enforced hard limits for each named resource. More info.
  • used :: Map

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ResourceQuotaStatus{hard: map(), used: map()}