Start making examples more visible.

This commit is contained in:
jregan
2019-11-28 07:23:37 -08:00
parent fc92f4acd0
commit 89e7b76d48
4 changed files with 202 additions and 48 deletions

View File

@@ -22,7 +22,7 @@ import (
// performing an exec to a kustomize CLI subprocess.
// To use, load a filesystem with kustomization files (any
// number of overlays and bases), then make a Kustomizer
// injected with the given fileystem, then call Build.
// injected with the given fileystem, then call Run.
type Kustomizer struct {
fSys filesys.FileSystem
options *Options