Class: KuberKit::ShellLauncher::ActionHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/kuber_kit/shell_launcher/action_handler.rb

Instance Method Summary collapse

Instance Method Details

#call(shell) ⇒ Object



7
8
9
10
11
# File 'lib/kuber_kit/shell_launcher/action_handler.rb', line 7

def call(shell)
  strategy_name = KuberKit.current_configuration.shell_launcher_strategy

  launcher.call(shell, strategy_name)
end