Exception: KubernetesDeploy::EjsonPrunableError

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

Instance Method Summary collapse

Constructor Details

#initializeEjsonPrunableError

Returns a new instance of EjsonPrunableError.



27
28
29
30
31
# File 'lib/kubernetes-deploy/errors.rb', line 27

def initialize
  super("Found #{KubernetesResource::LAST_APPLIED_ANNOTATION} annotation on " \
      "#{EjsonSecretProvisioner::EJSON_KEYS_SECRET} secret. " \
      "kubernetes-deploy will not continue since it is extremely unlikely that this secret should be pruned.")
end