Remove target package from exposed API.

This commit is contained in:
Jeffrey Regan
2019-11-06 13:04:44 -08:00
parent 975e071394
commit d36e3f015d
34 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ function runUnitTests {
# Requires helm.
make $(go env GOPATH)/bin/helm
(cd api; go test -v sigs.k8s.io/kustomize/api/target \
(cd api; go test -v sigs.k8s.io/kustomize/api/internal/target \
-run TestChartInflatorPlugin -tags=notravis)
(cd plugin/someteam.example.com/v1/chartinflator;
go test -v . -run TestChartInflator -tags=notravis)