Versions in this module Expand all Collapse all v0 v0.3.0 Aug 3, 2020 Changes in this version + type Kustomize struct + func NewDefaultKustomize() *Kustomize + func (k *Kustomize) For(fs fs.FileSystem) KustomizeContext + func (k *Kustomize) ForHTTP(httpFS http.FileSystem) KustomizeContext + type KustomizeContext interface + Build func(path string) ([]unstructured.Unstructured, error) + MkLayer func(name string, kustomization types.Kustomization) error + ReadFile func(path string) ([]byte, error) + WriteFile func(path string, content []byte) error