class K8S::Api::Policy::V1beta1::IDRange

Overview

IDRange provides a [min/max of an allowed range of IDs.](min/max of an allowed range of IDs.)

Included Modules

Defined in:

versions/v1.22/api/policy/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]