Exception: KubernetesDeploy::NamespaceNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(name, context) ⇒ NamespaceNotFoundError

Returns a new instance of NamespaceNotFoundError.



7
8
9
# File 'lib/kubernetes-deploy/errors.rb', line 7

def initialize(name, context)
  super("Namespace `#{name}` not found in context `#{context}`")
end