module Kube::Helper::Apps

Direct including types

Defined in:

kube/helper/apps.cr

Instance Method Summary

Instance Method Detail

def apply_after(options, ks_path : String) #

[View source]
def apply_app(app : AppOptions, group_name : String = "root") #

[View source]
def apply_before(options, ks_path : String) #

[View source]
def 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.


[View source]
def 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.


[View source]
def run_after(app) #

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


[View source]
def run_before(app) #

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


[View source]
def should_skip?(options : AppOptions) : Bool #

[View source]
def should_skip?(options : KustomizeConfig) : Bool #

[View source]