Add builtin label transformer.

This commit is contained in:
jregan
2019-05-19 17:59:56 -07:00
parent 6ba6f305cc
commit 45901219b7
7 changed files with 159 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ function testGoTest {
function testNoTravisGoTest {
go test -v sigs.k8s.io/kustomize/pkg/target \
-run TestChartInflatorPlugin -tags=notravis
go test -v sigs.k8s.io/kustomize/plugin/... \
go test -v sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/chartinflator/... \
-run TestChartInflator -tags=notravis
mdrip --mode test --label helmtest README.md ./examples/chart.md
}