class K8S::Api::Core::V1::ResourceQuotaStatus
- K8S::Api::Core::V1::ResourceQuotaStatus
 - Reference
 - Object
 
Overview
ResourceQuotaStatus defines the enforced hard limits and observed use.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/resource_quota_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, hard : Hash(String, String)? = nil, used : Hash(String, String)? = nil)
 
Instance Method Summary
- #hard : Hash(String, Int32 | String)?
 - #hard=(hard : Hash(String, Int32 | String)?)
 - #used : Hash(String, Int32 | String)?
 - #used=(used : Hash(String, Int32 | String)?)