Exception: Krane::EjsonSecretError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ EjsonSecretError

Returns a new instance of EjsonSecretError.



9
10
11
# File 'lib/krane/ejson_secret_provisioner.rb', line 9

def initialize(msg)
  super("Generation of Kubernetes secrets from ejson failed: #{msg}")
end