struct RailsApp::BeforeUpdate::Env::ValueFrom::SecretKeyRef
- RailsApp::BeforeUpdate::Env::ValueFrom::SecretKeyRef
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
rails_app_operator.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String, key : String)
Instance Method Summary
-
#key : String
The
data
key inside theConfigMap
to get the value from. -
#name : String
The name of the
Secret
in the same namespace that holds the value you want to use for this env var.
Constructor Detail
Instance Method Detail
def name : String
#
The name of the Secret
in the same namespace that holds the value you want to use for this env var.