Class: Kube::Cluster::Standard::ConfigMap::KeyRef
- Inherits:
-
Struct
- Object
- Struct
- Kube::Cluster::Standard::ConfigMap::KeyRef
- Defined in:
- lib/kube/cluster/standard/config_map.rb
Overview
wtf is this????? I hate it… claude made it and it needs to dead…
Instance Attribute Summary collapse
-
#config_map ⇒ Object
Returns the value of attribute config_map.
-
#key_name ⇒ Object
Returns the value of attribute key_name.
Instance Attribute Details
#config_map ⇒ Object
Returns the value of attribute config_map
12 13 14 |
# File 'lib/kube/cluster/standard/config_map.rb', line 12 def config_map @config_map end |
#key_name ⇒ Object
Returns the value of attribute key_name
12 13 14 |
# File 'lib/kube/cluster/standard/config_map.rb', line 12 def key_name @key_name end |