merged from main and dummy coments

This commit is contained in:
jose luis
2024-02-07 19:40:53 +01:00
parent 182e0ce294
commit 6ce08bb234
@@ -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{