We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88305af commit afa24ceCopy full SHA for afa24ce
cmd/example-gen/defaults/preset.go
@@ -12,7 +12,7 @@ import (
12
"github.com/percona/percona-server-mysql-operator/cmd/example-gen/internal/fill"
13
)
14
15
-// SetManual assigns default values to fields in example cr.yaml based on their types.
+// PresetDefaults assigns default values to fields in example cr.yaml based on their types.
16
// The internal presets slice defines the default value associated with each type.
17
func PresetDefaults(cr *apiv1.PerconaServerMySQL) error {
18
presets := []any{
0 commit comments