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 024ab9a commit 58faef5Copy full SHA for 58faef5
apis/mysql/v1alpha1/user_types.go
@@ -54,7 +54,7 @@ type UserParameters struct {
54
// Supported values: "mysql_native_password", "caching_sha2_password", "AWSAuthenticationPlugin".
55
// +kubebuilder:validation:Enum=mysql_native_password;caching_sha2_password;AWSAuthenticationPlugin
56
// +optional
57
- AuthPlugin string `json:"authPlugin,omitempty,"`
+ AuthPlugin string `json:"authPlugin,omitempty"`
58
}
59
60
// ResourceOptions define the account specific resource limits.
0 commit comments