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

@@ -108,7 +108,7 @@ executable:
<!-- @installPlugin @helmtest -->
```
plugin=plugin/someteam.example.com/v1/ChartInflator
plugin=plugin/someteam.example.com/v1/chartinflator/ChartInflator
curl -s --create-dirs -o \
"$DEMO_HOME/kustomize/$plugin" \
"https://raw.githubusercontent.com/\
@@ -137,7 +137,8 @@ Expect something like:
> │   └── plugin
> │   └── someteam.example.com
> │   └── v1
> │   └── ChartInflator
> │   └── chartinflator
> │   └── ChartInflator
> └── prod
> └── kustomization.yaml
> ```