class Rancher::ClusterMembership

Included Modules

Defined in:

rancher/types/generated/cluster_membership.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 clustered : Bool #

def clustered=(clustered : Bool) #

[View source]
def clustered? : Bool | Nil #

def config : String #

def config=(config : String) #

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

def heartbeat : Int32 #

def heartbeat=(heartbeat : Int32) #

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

def name : String #

def name=(name : String) #

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

def uuid : String #

def uuid=(uuid : String) #

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