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 ¶ added in v0.11.0
type GeneratorRequest struct { // Project represents the Project name Project string // Namespace represents the K8s Namespace Namespace string // Workload represents the Workload configuration Workload *workload.Workload // SecretStoreSpec contains configuration to describe target secret store. SecretStoreSpec *apiv1.SecretStoreSpec }
Click to show internal directories.
Click to hide internal directories.