1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add a build kustomization feature

If implemented it will permit queriying the Kubernetes API to fetch the specified
Flux Kustomization, then uses the specified path to build
the overlay.

Signed-off-by: Soule BA <soule@weave.works>
This commit is contained in:
Soule BA
2021-11-27 17:53:30 +01:00
parent 63e54f3575
commit 70fb87bc93
9 changed files with 925 additions and 1 deletions

1
go.mod
View File

@@ -22,6 +22,7 @@ require (
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.2.0
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-shellwords v1.0.12
github.com/olekukonko/tablewriter v0.0.4