class Squarectl::Config::Network

Overview

External Docker networks to create before up and remove on clean, scoped to one or more targets.

:nodoc:

Included Modules

Defined in:

squarectl/config/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def networks : Array(String) #

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

[View source]
def target : String | Array(String) #

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

[View source]