Class: Kdep::ConfigmapOverlay::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kdep/configmap_overlay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appliedObject

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



21
22
23
# File 'lib/kdep/configmap_overlay.rb', line 21

def applied
  @applied
end

#configmap_nameObject

Returns the value of attribute configmap_name

Returns:

  • (Object)

    the current value of configmap_name



21
22
23
# File 'lib/kdep/configmap_overlay.rb', line 21

def configmap_name
  @configmap_name
end

#skipped_reasonObject

Returns the value of attribute skipped_reason

Returns:

  • (Object)

    the current value of skipped_reason



21
22
23
# File 'lib/kdep/configmap_overlay.rb', line 21

def skipped_reason
  @skipped_reason
end