Exception: KubernetesDeploy::RestartTask::DeploymentNotFoundError

Inherits:
FatalDeploymentError show all
Defined in:
lib/kubernetes-deploy/restart_task.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, namespace) ⇒ DeploymentNotFoundError

Returns a new instance of DeploymentNotFoundError.



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

def initialize(name, namespace)
  super("Deployment `#{name}` not found in namespace `#{namespace}`. Aborting the task.")
end