Class: Wakame::Command::ImportClusterConfig
- Inherits:
-
Object
- Object
- Wakame::Command::ImportClusterConfig
- Includes:
- Wakame::Command
- Defined in:
- lib/wakame/command/import_cluster_config.rb
Instance Method Summary collapse
Methods included from Wakame::Command
Instance Method Details
#run ⇒ Object
5 6 7 8 9 |
# File 'lib/wakame/command/import_cluster_config.rb', line 5 def run Wakame::StatusDB. { master.cluster_manager.load_config_cluster } end |