class

AppOptions

Inherits YAML::Serializable < JSON::Serializable < Reference < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

after
Source
after=(after : Array(String))
Source
before
Source
before=(before : Array(String))
Source
chart
Source
chart=(chart : String | Nil)
Source
chart_path
Source
chart_path=(chart_path : String | Nil)
Source
chart_url
Source
chart_url=(chart_url : String | Nil)
Source
config_maps
Source
config_maps=(config_maps : Array(Secret))
Source
ignore
Source
ignore=(ignore : Bool)
Source
kustomize
Source
kustomize=(kustomize : String | Nil)
Source
manifests
Source
manifests=(manifests : Array(String))
Source
name
Source
name=(name : String)
Source
namespace
Source
namespace!
Source
namespace=(namespace : String | Nil)
Source
run=(run : Array(String))
Source
run_after
Source
run_after=(run_after : Array(String))
Source
run_before
Source
run_before=(run_before : Array(String))
Source
secrets
Source
secrets=(secrets : Array(Secret))
Source
value_files
Source
value_files=(value_files : Array(String) | Nil)
Source
values
Source
values=(values : String | Values | Nil)
Source
version
Source
version=(version : String | Nil)
Source