class
Configuration::Validators::NodePoolConfig::Labels
- Configuration::Validators::NodePoolConfig::Labels
- Reference
- Object
Defined in:
configuration/validators/node_pool_config/labels.crConstructors
Instance Method Summary
- #errors : Array(String)
- #labels : Array(Configuration::Models::NodePoolConfig::Label) | Nil
- #pool_type : Symbol
- #validate
Constructor Detail
def self.new(errors : Array(String), pool_type : Symbol, labels : Nil | Array(Configuration::Models::NodePoolConfig::Label))
#