struct Docker::ContainerInspectStateHealth

Included Modules

Defined in:

api_schema/containers/containers.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 exitCode : Int64 #

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

[View source]

[View source]
def log=(log : Array(ContainerInspectStateHealthLog)) #

[View source]
def oomKilled : Bool #

[View source]
def oomKilled=(oomKilled : 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 startedAt : String #

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

[View source]
def status : String #

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

[View source]