Restructure the Apply command to separate printing from the code that actually does the work

This commit is contained in:
Morten Torkildsen
2020-01-15 18:24:49 -08:00
parent a851232100
commit 68195ffabb
9 changed files with 448 additions and 107 deletions

View File

@@ -3,7 +3,9 @@ module sigs.k8s.io/kustomize/cmd/kubectl
go 1.13
require (
github.com/go-errors/errors v1.0.1
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/cli-runtime v0.17.0