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
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/resource_quota_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, hard : Hash(String, Int32 | String)? = nil, used : Hash(String, Int32 | 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)?)
Constructor Detail
def self.new(*, hard : Hash(String, Int32 | String)? = nil, used : Hash(String, Int32 | String)? = nil)
#