Class: KubernetesDeploy::DeployTask

Inherits:
Krane::DeprecatedDeployTask show all
Includes:
RescueKraneExceptions
Defined in:
lib/kubernetes-deploy/deploy_task.rb

Constant Summary

Constants inherited from Krane::DeprecatedDeployTask

Krane::DeprecatedDeployTask::PROTECTED_NAMESPACES

Instance Method Summary collapse

Methods included from RescueKraneExceptions

#run!

Methods inherited from Krane::DeprecatedDeployTask

#initialize, #predeploy_sequence, #prune_whitelist, #run!, #server_version

Methods included from Krane::StatsD::MeasureMethods

#measure_method

Methods included from Krane::TemplateReporting

#add_para_from_list, #record_invalid_template, #record_warnings

Constructor Details

This class inherits a constructor from Krane::DeprecatedDeployTask

Instance Method Details

#run(*args) ⇒ Object



9
10
11
12
13
# File 'lib/kubernetes-deploy/deploy_task.rb', line 9

def run(*args)
  super(*args)
rescue KubernetesDeploy::FatalDeploymentError
  false
end