class Pyrite::Api::Policy::V1beta1::IDRange

Overview

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

Defined in:

versions/v1.14/api/policy/v1beta1/id_range.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) #

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


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

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


def self.new(*, max : Int32, min : Int32) #

Instance Method Detail

def max : Int32 #

def max=(max : Int32) #

def min : Int32 #

def min=(min : Int32) #