1
0
mirror of synced 2026-04-01 14:19:30 +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

View File

@@ -3,8 +3,8 @@ package main
import (
"context"
"fmt"
sourcev1 "github.com/fluxcd/source-controller/api/v1alpha1"
sourcev1 "github.com/fluxcd/source-controller/api/v1alpha1"
"github.com/manifoldco/promptui"
"github.com/spf13/cobra"
"k8s.io/apimachinery/pkg/types"