Class: KubernetesDeploy::RestartTask

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

Constant Summary

Constants inherited from Krane::RestartTask

Krane::RestartTask::ANNOTATION, Krane::RestartTask::HTTP_OK_RANGE

Instance Method Summary collapse

Methods included from RescueKraneExceptions

#run!

Methods inherited from Krane::RestartTask

#initialize, #run!

Constructor Details

This class inherits a constructor from Krane::RestartTask

Instance Method Details

#run(*args) ⇒ Object



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

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