Module: Rhea

Defined in:
lib/rhea.rb,
lib/rhea/engine.rb,
lib/rhea/command.rb,
lib/rhea/version.rb,
lib/rhea/kubernetes.rb,
lib/rhea/command_type.rb,
app/helpers/rhea/helper.rb,
lib/rhea/kubernetes/api.rb,
lib/rhea/kubernetes/nodes/all.rb,
lib/rhea/kubernetes/commands/all.rb,
lib/rhea/kubernetes/commands/get.rb,
lib/rhea/kubernetes/commands/base.rb,
lib/rhea/kubernetes/configuration.rb,
lib/rhea/kubernetes/events/recent.rb,
lib/rhea/kubernetes/commands/scale.rb,
lib/rhea/kubernetes/commands/delete.rb,
lib/rhea/kubernetes/commands/export.rb,
lib/rhea/kubernetes/commands/import.rb,
lib/rhea/kubernetes/system_services.rb,
app/controllers/rhea/base_controller.rb,
app/controllers/rhea/nodes_controller.rb,
lib/rhea/kubernetes/commands/redeploy.rb,
app/controllers/rhea/events_controller.rb,
lib/rhea/kubernetes/commands/reschedule.rb,
app/controllers/rhea/commands_controller.rb,
app/controllers/rhea/system_services_controller.rb

Defined Under Namespace

Modules: Helper, Kubernetes Classes: BaseController, Command, CommandType, CommandsController, Configuration, Engine, EventsController, NodesController, SystemServicesController

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.configurationObject



16
17
18
# File 'lib/rhea.rb', line 16

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



12
13
14
# File 'lib/rhea.rb', line 12

def self.configure
  yield(configuration) if block_given?
end