class Krane::EjsonPrunableError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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