Class: Kube::Cluster::Standard::Secret::KeyRef

Inherits:
Struct
  • Object
show all
Defined in:
lib/kube/cluster/standard/secret.rb

Instance Attribute Summary collapse

Instance Attribute Details

#key_nameObject

Returns the value of attribute key_name

Returns:

  • (Object)

    the current value of key_name



10
11
12
# File 'lib/kube/cluster/standard/secret.rb', line 10

def key_name
  @key_name
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



10
11
12
# File 'lib/kube/cluster/standard/secret.rb', line 10

def secret
  @secret
end