class Stack::InitContainer

Defined in:

stack/parse_init_container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(image : String, privileged : Bool, cap_add : String, cap_drop : String, command : Array(String) = [] of String) #

[View source]

Instance Method Detail

def cap_add : String #

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

[View source]
def cap_drop : String #

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

[View source]
def command : Array(String) #

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

[View source]
def get_cmd #

[View source]
def image : String #

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

[View source]
def privileged : Bool #

[View source]
def privileged=(privileged : Bool) #

[View source]