Move the k8s code generator.

This commit is contained in:
monopole
2021-02-08 11:07:50 -08:00
parent a3a11bf3f4
commit 582bc4de01
13 changed files with 404 additions and 243 deletions

8
cmd/k8scopy/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module sigs.k8s.io/kustomize/cmd/k8scopy
go 1.15
require (
github.com/stretchr/testify v1.4.0
sigs.k8s.io/yaml v1.2.0
)