struct V1::History

Overview

History is one entry of a list recording how this container image was built.

Defined in:

v1/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(author = "", created = nil, created_by = "", comment = "", empty_layer = false) #

[View source]

Instance Method Detail

def author : String? #

def author=(_author : String?) #

def comment : String? #

def comment=(_comment : String?) #

def created : Time? #

def created=(_created : Time?) #

def created_by : String? #

def created_by=(_created_by : String?) #

def empty_layer : Bool? #

def empty_layer=(_empty_layer : Bool?) #

def to_json(json : JSON::Builder) #