Skip to content

Commit 106ab37

Browse files
shanewxythxCode
authored andcommitted
chore: remove nullable
1 parent f3b461e commit 106ab37

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

schema.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ components:
2121
default: cluster.local
2222
description: |
2323
Specify the domain name for discovering the service.
24-
nullable: true
2524
title: Domain Suffix
2625
type: string
2726
x-walrus-ui:
@@ -47,7 +46,6 @@ components:
4746
enum:
4847
- standalone
4948
- replication
50-
nullable: true
5149
x-walrus-ui:
5250
group: Basic
5351
order: 3
@@ -61,7 +59,6 @@ components:
6159
- 1
6260
- 3
6361
- 5
64-
nullable: true
6562
x-walrus-ui:
6663
group: Basic
6764
order: 4
@@ -72,7 +69,6 @@ components:
7269
description: |
7370
Specify the deployment engine version.
7471
default: "8.0"
75-
nullable: true
7672
x-walrus-ui:
7773
group: Basic
7874
order: 3
@@ -83,7 +79,6 @@ components:
8379
characters long and start with any lower letter, combined with number,
8480
or symbols: - _. \nThe database name cannot be MySQL forbidden keyword.\n"
8581
default: mydb
86-
nullable: true
8782
x-walrus-ui:
8883
group: Basic
8984
order: 4
@@ -95,7 +90,6 @@ components:
9590
The username cannot be MySQL forbidden keyword and root.
9691
See https://www.alibabacloud.com/help/en/rds/developer-reference/api-rds-2014-08-15-createaccount.
9792
default: rdsuser
98-
nullable: true
9993
x-walrus-ui:
10094
group: Basic
10195
order: 5
@@ -106,7 +100,6 @@ components:
106100
Specify the account password. The password must be 8-32 characters long and start with any letter, number, or symbols: ! # $ % ^ & * ( ) _ + - =.
107101
If not specified, it will use the first 16 characters of the username md5 hash value.
108102
format: password
109-
nullable: true
110103
writeOnly: true
111104
x-walrus-ui:
112105
group: Basic
@@ -119,13 +112,11 @@ components:
119112
default:
120113
cpu: 0.25
121114
memory: 1024
122-
nullable: true
123115
properties:
124116
cpu:
125117
default: 0.25
126118
description: |
127119
Specify the CPU core number. Unit is core.
128-
nullable: true
129120
title: Cpu
130121
type: number
131122
x-walrus-ui:
@@ -134,7 +125,6 @@ components:
134125
default: 1024
135126
description: |
136127
Specify the memory size. Unit is megabyte.
137-
nullable: true
138128
title: Memory
139129
type: number
140130
x-walrus-ui:
@@ -150,12 +140,10 @@ components:
150140
creating. Seeding increases the startup time waiting and also needs proper
151141
permission, like root account.
152142
default: {}
153-
nullable: true
154143
properties:
155144
text:
156145
description: |
157146
Configure database seeding from text.
158-
nullable: true
159147
properties:
160148
content:
161149
description: |
@@ -181,15 +169,13 @@ components:
181169
- none
182170
- url
183171
- text
184-
nullable: true
185172
title: Type
186173
type: string
187174
x-walrus-ui:
188175
order: 1
189176
url:
190177
description: |
191178
Configure database seeding from url.
192-
nullable: true
193179
properties:
194180
location:
195181
description: |
@@ -201,12 +187,10 @@ components:
201187
storage:
202188
description: |
203189
Specify a storage to store the downloaded SQL statements.
204-
nullable: true
205190
properties:
206191
class:
207192
description: |
208193
Specify the storage class. If not specified, it will use the default provisioner.
209-
nullable: true
210194
title: Class
211195
type: string
212196
x-walrus-ui:
@@ -216,7 +200,6 @@ components:
216200
description: |
217201
Specify the storage size. Unit is megabyte.
218202
minimum: 1024
219-
nullable: true
220203
title: Size(MiB)
221204
type: number
222205
x-walrus-ui:

0 commit comments

Comments
 (0)