class Pyrite::Api::Core::V1::LimitRangeSpec

Overview

LimitRangeSpec defines a [min/max usage limit for resources that match on kind.](min/max usage limit for resources that match on kind.)

Defined in:

versions/v1.14/api/core/v1/limit_range_spec.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) #

LimitRangeSpec defines a [min/max usage limit for resources that match on kind.](min/max usage limit for resources that match on kind.)


def self.new(pull : JSON::PullParser) #

LimitRangeSpec defines a [min/max usage limit for resources that match on kind.](min/max usage limit for resources that match on kind.)


def self.new(*, limits : Array) #

Instance Method Detail

def limits : Array(Api::Core::V1::LimitRangeItem) #

def limits=(limits : Array(Api::Core::V1::LimitRangeItem)) #