Merge pull request #3534 from KnVerey/starlark_genformer

Fix function/exec transformer plugin ability to add/remove resources
This commit is contained in:
Kubernetes Prow Robot
2021-02-04 19:54:51 -08:00
committed by GitHub
6 changed files with 740 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ func MakeEnhancedHarness(t *testing.T) *HarnessEnhanced {
pte := newPluginTestEnv(t).set()
pc, err := konfig.EnabledPluginConfig(types.BploLoadFromFileSys)
pc.FnpLoadingOptions.EnableStar = true
if err != nil {
t.Fatal(err)
}