Class: KuberKit::ServiceDeployer::StrategyDetector

Inherits:
Object
  • Object
show all
Defined in:
lib/kuber_kit/service_deployer/strategy_detector.rb

Instance Method Summary collapse

Instance Method Details

#call(service) ⇒ Object



3
4
5
# File 'lib/kuber_kit/service_deployer/strategy_detector.rb', line 3

def call(service)
  service.deployer_strategy || KuberKit.current_configuration.deployer_strategy
end