@@ -21,7 +21,6 @@ components:
21
21
default : cluster.local
22
22
description : |
23
23
Specify the domain name for discovering the service.
24
- nullable : true
25
24
title : Domain Suffix
26
25
type : string
27
26
x-walrus-ui :
@@ -47,7 +46,6 @@ components:
47
46
enum :
48
47
- standalone
49
48
- replication
50
- nullable : true
51
49
x-walrus-ui :
52
50
group : Basic
53
51
order : 3
@@ -61,7 +59,6 @@ components:
61
59
- 1
62
60
- 3
63
61
- 5
64
- nullable : true
65
62
x-walrus-ui :
66
63
group : Basic
67
64
order : 4
@@ -72,7 +69,6 @@ components:
72
69
description : |
73
70
Specify the deployment engine version.
74
71
default : " 8.0"
75
- nullable : true
76
72
x-walrus-ui :
77
73
group : Basic
78
74
order : 3
@@ -83,7 +79,6 @@ components:
83
79
characters long and start with any lower letter, combined with number,
84
80
or symbols: - _. \n The database name cannot be MySQL forbidden keyword.\n "
85
81
default : mydb
86
- nullable : true
87
82
x-walrus-ui :
88
83
group : Basic
89
84
order : 4
@@ -95,7 +90,6 @@ components:
95
90
The username cannot be MySQL forbidden keyword and root.
96
91
See https://www.alibabacloud.com/help/en/rds/developer-reference/api-rds-2014-08-15-createaccount.
97
92
default : rdsuser
98
- nullable : true
99
93
x-walrus-ui :
100
94
group : Basic
101
95
order : 5
@@ -106,7 +100,6 @@ components:
106
100
Specify the account password. The password must be 8-32 characters long and start with any letter, number, or symbols: ! # $ % ^ & * ( ) _ + - =.
107
101
If not specified, it will use the first 16 characters of the username md5 hash value.
108
102
format : password
109
- nullable : true
110
103
writeOnly : true
111
104
x-walrus-ui :
112
105
group : Basic
@@ -119,13 +112,11 @@ components:
119
112
default :
120
113
cpu : 0.25
121
114
memory : 1024
122
- nullable : true
123
115
properties :
124
116
cpu :
125
117
default : 0.25
126
118
description : |
127
119
Specify the CPU core number. Unit is core.
128
- nullable : true
129
120
title : Cpu
130
121
type : number
131
122
x-walrus-ui :
@@ -134,7 +125,6 @@ components:
134
125
default : 1024
135
126
description : |
136
127
Specify the memory size. Unit is megabyte.
137
- nullable : true
138
128
title : Memory
139
129
type : number
140
130
x-walrus-ui :
@@ -150,12 +140,10 @@ components:
150
140
creating. Seeding increases the startup time waiting and also needs proper
151
141
permission, like root account.
152
142
default : {}
153
- nullable : true
154
143
properties :
155
144
text :
156
145
description : |
157
146
Configure database seeding from text.
158
- nullable : true
159
147
properties :
160
148
content :
161
149
description : |
@@ -181,15 +169,13 @@ components:
181
169
- none
182
170
- url
183
171
- text
184
- nullable : true
185
172
title : Type
186
173
type : string
187
174
x-walrus-ui :
188
175
order : 1
189
176
url :
190
177
description : |
191
178
Configure database seeding from url.
192
- nullable : true
193
179
properties :
194
180
location :
195
181
description : |
@@ -201,12 +187,10 @@ components:
201
187
storage :
202
188
description : |
203
189
Specify a storage to store the downloaded SQL statements.
204
- nullable : true
205
190
properties :
206
191
class :
207
192
description : |
208
193
Specify the storage class. If not specified, it will use the default provisioner.
209
- nullable : true
210
194
title : Class
211
195
type : string
212
196
x-walrus-ui :
@@ -216,7 +200,6 @@ components:
216
200
description : |
217
201
Specify the storage size. Unit is megabyte.
218
202
minimum : 1024
219
- nullable : true
220
203
title : Size(MiB)
221
204
type : number
222
205
x-walrus-ui :
0 commit comments