Improve error message when namespace transformer is given invalid fieldspecs

Also remove invalid+ignored fieldspecs from the defaults
This commit is contained in:
Katrina Verey
2022-07-27 19:56:24 -04:00
parent 26fcafdb57
commit 79a9154cf8
14 changed files with 148 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ module sigs.k8s.io/kustomize/cmd/config
go 1.18
require (
github.com/go-errors/errors v1.0.1
github.com/go-errors/errors v1.4.2
github.com/olekukonko/tablewriter v0.0.4
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0