class Rancher::ConfigItemStatus

Included Modules

Defined in:

rancher/types/generated/config_item_status.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 applied_updated : Time #

def applied_updated=(applied_updated : Time) #

[View source]
def applied_updated? : Time | Nil #

def applied_version : Int32 #

def applied_version=(applied_version : Int32) #

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

def name : String #

def name=(name : String) #

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

def requested_updated : Time #

def requested_updated=(requested_updated : Time) #

[View source]
def requested_updated? : Time | Nil #

def requested_version : Int32 #

def requested_version=(requested_version : Int32) #

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

def source_version : String #

def source_version=(source_version : String) #

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