class Pod::Config::File

Included Modules

Defined in:

pod/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

def self.new(defaults : Pod::Config::Defaults) #

[View source]

Instance Method Detail

def containers : Hash(String, Pod::Config::Container) #

[View source]
def defaults : Pod::Config::Defaults #

[View source]
def development : Hash(String, Pod::Config::DevContainer) #

[View source]
def get_containers(target : String | Nil) : Array(Tuple(String, Config::Container)) #

[View source]
def get_images(target : String | Nil) : Array(Tuple(String, Config::Image)) #

[View source]
def groups : Hash(String, Set(String)) #

[View source]
def images : Hash(String, Pod::Config::Image) #

[View source]