Class: KubernetesDeploy::RunnerTask

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

Instance Attribute Summary

Attributes inherited from Krane::RunnerTask

#pod_name

Instance Method Summary collapse

Methods included from RescueKraneExceptions

#run!

Methods inherited from Krane::RunnerTask

#initialize, #run!

Constructor Details

This class inherits a constructor from Krane::RunnerTask

Instance Method Details

#run(*args) ⇒ Object



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

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