kyaml: Add kyaml filters as cli commands

This commit is contained in:
Phillip Wittrock
2019-11-08 09:22:34 -08:00
parent e83b97ea1f
commit 8b0f4bf714
26 changed files with 2351 additions and 2 deletions

12
cmd/kyaml/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module sigs.k8s.io/kustomize/cmd/kyaml
go 1.12
require (
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
k8s.io/apimachinery v0.0.0-20191107105744-2c7f8d2b0fd8
sigs.k8s.io/kustomize/kyaml v0.0.0
)
replace sigs.k8s.io/kustomize/kyaml v0.0.0 => ../../kyaml