Remove some duped code.

This commit is contained in:
jregan
2019-04-06 16:04:04 -07:00
parent 38029d1836
commit b32e041bfe
11 changed files with 106 additions and 129 deletions

View File

@@ -13,7 +13,7 @@ import (
type plugin struct{}
var Transformer plugin
var KustomizePlugin plugin
func (p *plugin) Config(k ifc.Kunstructured) error {
return nil