class Stack::Compose

Defined in:

stack/parse_compose.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def configs : Hash(String, Config) #

[View source]
def configs=(configs : Hash(String, Config)) #

[View source]
def dir : String #

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

[View source]
def init_containers : Hash(String, InitContainer) #

[View source]
def init_containers=(init_containers : Hash(String, InitContainer)) #

[View source]
def networks : Hash(String, Network) #

[View source]
def networks=(networks : Hash(String, Network)) #

[View source]
def services : Hash(String, Service) #

[View source]
def services=(services : Hash(String, Service)) #

[View source]