mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
7 lines
213 B
Go
7 lines
213 B
Go
// 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
|