class Rancher::ScalePolicy

Included Modules

Defined in:

rancher/types/generated/scale_policy.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def increment : Int64 #

def increment=(increment : Int64) #

[View source]
def increment? : Int64 | Nil #

def max : Int64 #

def max=(max : Int64) #

[View source]
def max? : Int64 | Nil #

def min : Int64 #

def min=(min : Int64) #

[View source]
def min? : Int64 | Nil #