1
0
mirror of synced 2026-03-30 20:56:56 +00:00

Implement export to YAML

- add export commands for git sources and kustomizations
- add export e2e tests
This commit is contained in:
stefanprodan
2020-04-30 00:12:16 +03:00
parent 6d590fe4d2
commit f127adc8ea
8 changed files with 233 additions and 1 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/yaml v1.2.0
)
// fix AKS auth