module Kube::Helper::Apps
Direct including types
Defined in:
kube/helper/apps.crInstance Method Summary
- #apply_after(options, ks_path : String)
- #apply_app(app : AppOptions, group_name : String = "root")
- #apply_before(options, ks_path : String)
-
#apply_kustomize(k : KustomizeConfig, ks_path)
This method applies a Kustomize configuration to a given path.
-
#apply_kustomize(app : AppOptions, group_name)
This method applies the Kustomize configuration for the given application and group.
-
#run_after(app)
This method runs the 'run_after' commands specified in the application's configuration.
-
#run_before(app)
This method runs the 'run_before' commands specified in the application's configuration.
- #should_skip?(options : AppOptions) : Bool
- #should_skip?(options : KustomizeConfig) : Bool
Instance Method Detail
This method applies a Kustomize configuration to a given path. It takes a KustomizeConfig object and the ks_path to apply the configuration to.
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.
This method runs the 'run_after' commands specified in the application's configuration.
This method runs the 'run_before' commands specified in the application's configuration.