class K8S::Api::Core::V1::ResourceQuotaStatus

Overview

ResourceQuotaStatus defines the enforced hard limits and observed use.

Included Modules

Defined in:

versions/v1.20/api/core/v1/resource_quota_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, hard : Hash(String, Int32 | String)? = nil, used : Hash(String, Int32 | String)? = nil) #

[View source]

Instance Method Detail

def hard : Hash(String, Int32 | String)? #

[View source]
def hard=(hard : Hash(String, Int32 | String)?) #

[View source]
def used : Hash(String, Int32 | String)? #

[View source]
def used=(used : Hash(String, Int32 | String)?) #

[View source]