struct V1::RootFS

Overview

RootFS holds the ordered list of file system deltas that comprise the container image's root filesystem.

Defined in:

v1/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type, diff_ids) #

[View source]
def self.new(__temp_95 : JSON::PullParser) #

Instance Method Detail

def diff_ids #

[View source]
def diff_ids=(_diff_ids : Array(String)) #

def diff_ids=(arr : Array(V1::Hash)) #

[View source]
def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #