kubernetes/vendor/sigs.k8s.io/kustomize/api/internal/builtins/SecretGenerator.go

type SecretGeneratorPlugin

func (p *SecretGeneratorPlugin) Config(h *resmap.PluginHelpers, config []byte) (err error) {}

func (p *SecretGeneratorPlugin) Generate() (resmap.ResMap, error) {}

func NewSecretGeneratorPlugin() resmap.GeneratorPlugin {}