class Pyrite::Api::Core::V1::ResourceQuotaStatus
Overview
ResourceQuotaStatus defines the enforced hard limits and observed use.
Defined in:
versions/v1.14/api/core/v1/resource_quota_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ResourceQuotaStatus defines the enforced hard limits and observed use.
-
.new(pull : JSON::PullParser)
ResourceQuotaStatus defines the enforced hard limits and observed use.
- .new(*, hard : Hash(String, String)? = nil, used : Hash(String, String)? = nil)
Instance Method Summary
- #hard : Hash(String, String)?
- #hard=(hard : Hash(String, String)?)
- #used : Hash(String, String)?
- #used=(used : Hash(String, String)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
ResourceQuotaStatus defines the enforced hard limits and observed use.
def self.new(pull : JSON::PullParser)
#
ResourceQuotaStatus defines the enforced hard limits and observed use.