Exception: KubernetesDeploy::Renderer::InvalidPartialError

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

Direct Known Subclasses

PartialNotFound

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, parents = []) ⇒ InvalidPartialError

Returns a new instance of InvalidPartialError.



12
13
14
15
# File 'lib/kubernetes-deploy/renderer.rb', line 12

def initialize(msg, parents = [])
  @parents = parents
  super(msg)
end

Instance Attribute Details

#parentsObject (readonly)

Returns the value of attribute parents.



11
12
13
# File 'lib/kubernetes-deploy/renderer.rb', line 11

def parents
  @parents
end