module

Kube::Helper::Apps

Instance methods

apply_after(options, ks_path : String)
Source
apply_app(app : AppOptions, group_name : String = "root")
Source
apply_before(options, ks_path : String)
Source
apply_kustomize(k : KustomizeConfig, ks_path)

This method applies a Kustomize configuration to a given path. It takes a KustomizeConfig object and the ks_path to apply the configuration to.

Source
apply_kustomize(app : AppOptions, group_name)

This method applies the Kustomize configuration for the given application and group. It builds the Kustomize configuration for the application using the group name, then applies it.

Source
run_after(app)

This method runs the 'run_after' commands specified in the application's configuration.

Source
run_before(app)

This method runs the 'run_before' commands specified in the application's configuration.

Source
should_skip?(options : AppOptions) : Bool
Source
should_skip?(options : KustomizeConfig) : Bool
Source