class KuberKit::ServiceDeployer::StrategyDetector
Public Instance Methods
call(service)
click to toggle source
# File lib/kuber_kit/service_deployer/strategy_detector.rb, line 3 def call(service) service.deployer_strategy || KuberKit.current_configuration.deployer_strategy end