class Configuration::Settings::NodePool::NodeLabels
- Configuration::Settings::NodePool::NodeLabels
- Reference
- Object
Defined in:
configuration/settings/node_pool/node_labels.crConstructors
Instance Method Summary
- #errors : Array(String)
- #labels : Array(Configuration::NodeLabel) | Nil
- #pool_type : Symbol
- #validate
Constructor Detail
def self.new(errors : Array(String), pool_type : Symbol, labels : Nil | Array(Configuration::NodeLabel))
#