struct RailsApp::BeforeUpdate
- RailsApp::BeforeUpdate
- 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(*, command : Array(String), env : Array(RailsApp::BeforeUpdate::Env) = Array(Env).new, env_from : Array(RailsApp::BeforeUpdate::EnvFrom) = Array(EnvFrom).new, node_selector : Hash(String, JSON::Any) = {} of String => JSON::Any)
Instance Method Summary
- #command : Array(String)
- #env : Array(Env)
- #env_from : Array(EnvFrom)
- #node_selector : Hash(String, JSON::Any)
Constructor Detail
def self.new(*, command : Array(String), env : Array(RailsApp::BeforeUpdate::Env) = Array(Env).new, env_from : Array(RailsApp::BeforeUpdate::EnvFrom) = Array(EnvFrom).new, node_selector : Hash(String, JSON::Any) = {} of String => JSON::Any)
#