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