Exception: Krane::EjsonPrunableError

Inherits:
FatalDeploymentError show all
Defined in:
lib/krane/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeEjsonPrunableError

Returns a new instance of EjsonPrunableError.



22
23
24
25
26
# File 'lib/krane/errors.rb', line 22

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