Class: Kdep::ConfigmapOverlay::Result
- Inherits:
-
Struct
- Object
- Struct
- Kdep::ConfigmapOverlay::Result
- Defined in:
- lib/kdep/configmap_overlay.rb
Instance Attribute Summary collapse
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#configmap_name ⇒ Object
Returns the value of attribute configmap_name.
-
#skipped_reason ⇒ Object
Returns the value of attribute skipped_reason.
Instance Attribute Details
#applied ⇒ Object
Returns the value of attribute applied
21 22 23 |
# File 'lib/kdep/configmap_overlay.rb', line 21 def applied @applied end |
#configmap_name ⇒ Object
Returns the value of attribute configmap_name
21 22 23 |
# File 'lib/kdep/configmap_overlay.rb', line 21 def configmap_name @configmap_name end |
#skipped_reason ⇒ Object
Returns the value of attribute skipped_reason
21 22 23 |
# File 'lib/kdep/configmap_overlay.rb', line 21 def skipped_reason @skipped_reason end |