merged from main and dummy coments

This commit is contained in:
jose luis 2024-02-07 19:36:49 +01:00
parent 182e0ce294
commit 6ce08bb234
No known key found for this signature in database
GPG Key ID: 6D23FAD11F88081A

View File

@ -1238,13 +1238,14 @@ func TestKubernetes_CreateSecrets(t *testing.T) {
}
}
// struct defines the configuration parameters required for creating a secret
type SecretsConfig struct {
nameSecretConfig string
nameSecret string
pathFile string
}
// generate
// creates a new instance of types.Secrets based on the provided SecretsConfig parameter
func newSecrets(stringsSecretConfig SecretsConfig) types.Secrets {
return types.Secrets{
stringsSecretConfig.nameSecretConfig: types.SecretConfig{