struct RailsApp::BeforeUpdate

Included Modules

Defined in:

rails_app_operator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

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) #

[View source]

Instance Method Detail

def command : Array(String) #

def env : Array(Env) #

def env_from : Array(EnvFrom) #

def node_selector : Hash(String, JSON::Any) #