type PatchStrategicMergeTransformerPlugin … func (p *PatchStrategicMergeTransformerPlugin) Config( h *resmap.PluginHelpers, c []byte) (err error) { … } func loadFromPaths( h *resmap.PluginHelpers, paths []types.PatchStrategicMerge) ( result []*resource.Resource, err error) { … } func (p *PatchStrategicMergeTransformerPlugin) Transform(m resmap.ResMap) error { … } func NewPatchStrategicMergeTransformerPlugin() resmap.TransformerPlugin { … }