class Configuration::Loader

Defined in:

configuration/loader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(configuration_file_path : String, new_k3s_version : Nil | String) #

[View source]

Instance Method Detail

def configuration_file_path : String #

[View source]
def errors : Array(String) #

[View source]
def hetzner_client : Hetzner::Client #

[View source]
def kubeconfig_path #

[View source]
def locations : Array(Hetzner::Location) #

[View source]
def masters_location : String | Nil #

[View source]
def new_k3s_version : String | Nil #

[View source]
def private_ssh_key_path #

[View source]
def public_ssh_key_path #

[View source]
def server_types : Array(Hetzner::ServerType) #

[View source]
def settings : Configuration::Main #

[View source]
def validate(command) #

[View source]