struct RailsApp::Entrypoints::EnvFrom
- RailsApp::Entrypoints::EnvFrom
- 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(*, secret_ref : RailsApp::Entrypoints::EnvFrom::SecretRef | Nil = nil, config_map_ref : RailsApp::Entrypoints::EnvFrom::ConfigMapRef | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(*, secret_ref : RailsApp::Entrypoints::EnvFrom::SecretRef | Nil = nil, config_map_ref : RailsApp::Entrypoints::EnvFrom::ConfigMapRef | Nil = nil)
#