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.cr

Constructors

Instance Method Summary

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.


def self.new(*, hard : Hash(String, String)? = nil, used : Hash(String, String)? = nil) #

Instance Method Detail

def hard : Hash(String, String)? #

def hard=(hard : Hash(String, String)?) #

def used : Hash(String, String)? #

def used=(used : Hash(String, String)?) #