class Rancher::ProcessPool

Included Modules

Defined in:

rancher/types/generated/process_pool.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 active_tasks : Int32 #

def active_tasks=(active_tasks : Int32) #

[View source]
def active_tasks? : Int32 | Nil #

def completed_tasks : Int32 #

def completed_tasks=(completed_tasks : Int32) #

[View source]
def completed_tasks? : Int32 | Nil #

def max_pool_size : Int32 #

def max_pool_size=(max_pool_size : Int32) #

[View source]
def max_pool_size? : Int32 | Nil #

def min_pool_size : Int32 #

def min_pool_size=(min_pool_size : Int32) #

[View source]
def min_pool_size? : Int32 | Nil #

def name : String #

def name=(name : String) #

[View source]
def name? : String | Nil #

def pool_size : Int32 #

def pool_size=(pool_size : Int32) #

[View source]
def pool_size? : Int32 | Nil #

def queue_remaining_capacity : Int32 #

def queue_remaining_capacity=(queue_remaining_capacity : Int32) #

[View source]
def queue_remaining_capacity? : Int32 | Nil #

def queue_size : Int32 #

def queue_size=(queue_size : Int32) #

[View source]
def queue_size? : Int32 | Nil #

def rejected_tasks : Int32 #

def rejected_tasks=(rejected_tasks : Int32) #

[View source]
def rejected_tasks? : Int32 | Nil #