Make krusty package - high-level CLI-like package.

This commit is contained in:
jregan
2019-10-27 08:19:56 -07:00
parent 773629e544
commit 6d30bc5c35
5 changed files with 156 additions and 8 deletions

6
api/krusty/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Package krusty holds a very high level API to kustomize.
// The functions here should be similar to the CLI api.
package krusty