struct

Mangrullo::ContainerInfo

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : String, name : String, image : String, image_id : String, labels : Hash(String, String), status : String, created : Time)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created
Source
created=(created : Time)
Source
id=(id : String)
Source
image
Source
image=(image : String)
Source
image_id
Source
image_id=(image_id : String)
Source
labels
Source
labels=(labels : Hash(String, String))
Source
name
Source
name=(name : String)
Source
status
Source
status=(status : String)
Source