class
Configuration::Validators::WorkerNodePools
- Configuration::Validators::WorkerNodePools
- Reference
- Object
Defined in:
configuration/validators/worker_node_pools.crConstructors
Instance Method Summary
- #all_locations : Array(Hetzner::Location)
- #datastore : Configuration::Models::Datastore
- #errors : Array(String)
- #instance_types : Array(Hetzner::InstanceType)
- #masters_pool : Configuration::Models::MasterNodePool
- #private_network_enabled : Bool
- #schedule_workloads_on_masters : Bool
- #validate
- #worker_node_pools : Array(Configuration::Models::WorkerNodePool)
Constructor Detail
def self.new(errors : Array(String), worker_node_pools : Array(Configuration::Models::WorkerNodePool), schedule_workloads_on_masters : Bool, masters_pool : Configuration::Models::MasterNodePool, instance_types : Array(Hetzner::InstanceType), all_locations : Array(Hetzner::Location), datastore : Configuration::Models::Datastore, private_network_enabled : Bool)
#