Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomString ¶
GenerateRandomString generates a random alphanumeric string, without vowels and which is n characters long.
func NewSecretGenerator ¶
func NewSecretGenerator(request *GeneratorRequest) (modules.Generator, error)
func NewSecretGeneratorFunc ¶
func NewSecretGeneratorFunc(request *GeneratorRequest) modules.NewGeneratorFunc
Types ¶
type GeneratorRequest ¶
type GeneratorRequest struct { // Project represents the Project name Project string // Namespace represents the K8s Namespace Namespace string // Workload represents the Workload configuration Workload v1.Accessory // SecretStore contains configuration to describe target secret store. SecretStore *v1.SecretStore }
Click to show internal directories.
Click to hide internal directories.