class K8S::Api::Extensions::V1beta1::IDRange

Overview

IDRange provides a [min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.](min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.)

Included Modules

Defined in:

versions/v1.11/api/extensions/v1beta1/id_range.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(*, max : Int32, min : Int32) #

[View source]

Instance Method Detail

def max : Int32 #

[View source]
def max=(max : Int32) #

[View source]
def min : Int32 #

[View source]
def min=(min : Int32) #

[View source]