struct RailsApp::Env::ValueFrom::ConfigMapKeyRef
- RailsApp::Env::ValueFrom::ConfigMapKeyRef
- Struct
- Value
- Object
Overview
A reference to the ConfigMap
that holds the value of
this environment variable.
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
ConfigMap
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 ConfigMap
in the same namespace that holds the value you want to use for this env var.