class Docr::Types::ContainerState

Included Modules

Defined in:

docr/types/container_state.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def dead : Bool #

[View source]
def dead=(dead : Bool) #

[View source]
def error : String #

[View source]
def error=(error : String) #

[View source]
def exit_code : Int32 #

[View source]
def exit_code=(exit_code : Int32) #

[View source]
def finished_at : String #

[View source]
def finished_at=(finished_at : String) #

[View source]
def health : Docr::Types::Health | Nil #

[View source]
def health=(health : Docr::Types::Health | Nil) #

[View source]
def oom_killed : Bool #

[View source]
def oom_killed=(oom_killed : Bool) #

[View source]
def paused : Bool #

[View source]
def paused=(paused : Bool) #

[View source]
def pid : Int64 #

[View source]
def pid=(pid : Int64) #

[View source]
def restarting : Bool #

[View source]
def restarting=(restarting : Bool) #

[View source]
def running : Bool #

[View source]
def running=(running : Bool) #

[View source]
def started_at : String #

[View source]
def started_at=(started_at : String) #

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]