class Rancher::ContainerLogs

Included Modules

Defined in:

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

def follow=(follow : Bool) #

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

def lines : Int64 #

def lines=(lines : Int64) #

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

def since : String #

def since=(since : String) #

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

def timestamps : Bool #

def timestamps=(timestamps : Bool) #

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