class K8S::Api::Core::V1::LimitRangeItem

Overview

LimitRangeItem defines a [min/max usage limit for any resource that matches on kind.](min/max usage limit for any resource that matches on kind.)

Included Modules

Defined in:

versions/v1.18/api/core/v1/limit_range_item.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(*, type : String, default : Hash(String, Int32 | String)? = nil, default_request : Hash(String, Int32 | String)? = nil, max : Hash(String, Int32 | String)? = nil, max_limit_request_ratio : Hash(String, Int32 | String)? = nil, min : Hash(String, Int32 | String)? = nil) #

[View source]

Instance Method Detail

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

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

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

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

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

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

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

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

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

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

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]