Class: Kube::Cluster::Standard::Secret::KeyRef
- Inherits:
-
Struct
- Object
- Struct
- Kube::Cluster::Standard::Secret::KeyRef
- Defined in:
- lib/kube/cluster/standard/secret.rb
Instance Attribute Summary collapse
-
#key_name ⇒ Object
Returns the value of attribute key_name.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#key_name ⇒ Object
Returns the value of attribute key_name
10 11 12 |
# File 'lib/kube/cluster/standard/secret.rb', line 10 def key_name @key_name end |
#secret ⇒ Object
Returns the value of attribute secret
10 11 12 |
# File 'lib/kube/cluster/standard/secret.rb', line 10 def secret @secret end |