Use sigs.k8s.io/Application type instead of go template

This commit is contained in:
Jingfang Liu
2020-03-03 13:52:48 -08:00
parent 2a8a17e3af
commit c8602cf9b6
4 changed files with 437 additions and 47 deletions

View File

@@ -7,5 +7,7 @@ require (
github.com/google/gofuzz v1.1.0 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
k8s.io/apimachinery v0.17.2
sigs.k8s.io/application v0.8.2-0.20200228023238-a3b16d81fa81
sigs.k8s.io/kustomize/kyaml v0.1.1-0.20200227221838-a24cc4d305f4
sigs.k8s.io/yaml v1.1.0
)