type ImageTagTransformerPlugin … func (p *ImageTagTransformerPlugin) Config( _ *resmap.PluginHelpers, c []byte) (err error) { … } func (p *ImageTagTransformerPlugin) Transform(m resmap.ResMap) error { … } func NewImageTagTransformerPlugin() resmap.TransformerPlugin { … }