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