class Configuration::Settings::NodePool::Location
- Configuration::Settings::NodePool::Location
- Reference
- Object
Defined in:
configuration/settings/node_pool/location.crConstructors
Class Method Summary
Instance Method Summary
- #all_locations : Array(Hetzner::Location)
- #errors : Array(String)
- #masters_pool : Configuration::MasterNodePool
- #pool : Configuration::MasterNodePool | Configuration::WorkerNodePool
- #pool_type : Symbol
- #validate
Constructor Detail
def self.new(errors : Array(String), pool : Configuration::NodePool, pool_type : Symbol, masters_pool : Configuration::MasterNodePool, all_locations : Array(Hetzner::Location))
#