module Kube::Helper::Kustomize

Defined in:

kube/helper/kustomize.cr

Constant Summary

HEADER = {"apiVersion" => "kustomize.config.k8s.io/v1beta1", "kind" => "Kustomization", "resources" => ["all.yaml"]}

Class Method Summary

Instance Method Summary

Class Method Detail

def self.build_kustomization(name, group, extra = nil) #

[View source]
def self.logger #

[View source]
def self.with_kustomize(kustomize, *paths, &) #

[View source]

Instance Method Detail

def logger #

[View source]