class Configuration::Models::Datastore

Included Modules

Defined in:

configuration/models/datastore.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(mode : String = "etcd", external_datastore_endpoint : String = "", etcd : Configuration::Models::DatastoreConfig::Etcd = ::Configuration::Models::DatastoreConfig::Etcd.new) #

[View source]

Instance Method Detail


[View source]
def external_datastore_endpoint : String #

[View source]
def mode : String #

[View source]