Class: Kube::Cluster::Standard::ESO::ExternalSecret::TemplateRef

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

Overview

Returned by .template — carries the secret ref and template value. When the env hash is processed, the key becomes both the env var name and the secret template data key.

Instance Attribute Summary collapse

Instance Attribute Details

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



14
15
16
# File 'lib/kube/cluster/standard/eso/external_secret.rb', line 14

def secret
  @secret
end

#template_valueObject

Returns the value of attribute template_value

Returns:

  • (Object)

    the current value of template_value



14
15
16
# File 'lib/kube/cluster/standard/eso/external_secret.rb', line 14

def template_value
  @template_value
end