struct RailsApp::Entrypoints::Env::ValueFrom
- RailsApp::Entrypoints::Env::ValueFrom
- 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(*, config_map_key_ref : RailsApp::Entrypoints::Env::ValueFrom::ConfigMapKeyRef | Nil = nil, secret_key_ref : RailsApp::Entrypoints::Env::ValueFrom::SecretKeyRef | Nil = nil, field_ref : RailsApp::Entrypoints::Env::ValueFrom::FieldRef | Nil = nil)
Instance Method Summary
- #config_map_key_ref : ConfigMapKeyRef | Nil
- #field_ref : FieldRef | Nil
- #secret_key_ref : SecretKeyRef | Nil
Constructor Detail
def self.new(*, config_map_key_ref : RailsApp::Entrypoints::Env::ValueFrom::ConfigMapKeyRef | Nil = nil, secret_key_ref : RailsApp::Entrypoints::Env::ValueFrom::SecretKeyRef | Nil = nil, field_ref : RailsApp::Entrypoints::Env::ValueFrom::FieldRef | Nil = nil)
#