type ConfigMapGeneratorPlugin … func (p *ConfigMapGeneratorPlugin) Config(h *resmap.PluginHelpers, config []byte) (err error) { … } func (p *ConfigMapGeneratorPlugin) Generate() (resmap.ResMap, error) { … } func NewConfigMapGeneratorPlugin() resmap.GeneratorPlugin { … }