class Docr::Types::ImageSummary

Included Modules

Defined in:

docr/types/image_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def containers : Int64 #

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

[View source]
def created : Int64 #

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

[View source]
def id : String #

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

[View source]
def labels : Hash(String, String) | Nil #

[View source]
def labels=(labels : Hash(String, String) | Nil) #

[View source]
def parent_id : String #

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

[View source]
def repo_digests : Array(String) | Nil #

[View source]
def repo_digests=(repo_digests : Array(String) | Nil) #

[View source]
def repo_tags : Array(String) | Nil #

[View source]
def repo_tags=(repo_tags : Array(String) | Nil) #

[View source]
def shared_size : Int64 #

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

[View source]
def size : Int64 #

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

[View source]
def virtual_size : Int64 | Nil #

[View source]
def virtual_size=(virtual_size : Int64 | Nil) #

[View source]