Skip to content

Commit b0ed3c5

Browse files
shanewxythxCode
authored andcommitted
chore: remove nullable
1 parent bd307bb commit b0ed3c5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

schema.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ components:
1212
description: |
1313
Specify the infrastructure information for deploying.
1414
default: {}
15-
nullable: true
1615
properties:
1716
domain_suffix:
1817
default: cluster.local
1918
description: |
2019
Specify the domain name of the Kubernetes cluster.
21-
nullable: true
2220
title: Domain Suffix
2321
type: string
2422
x-walrus-ui:
@@ -27,13 +25,11 @@ components:
2725
default: registry-1.docker.io
2826
description: |
2927
Specify the image registry to pull the bitnami/redis image, default is `registry-1.docker.io`.
30-
nullable: true
3128
title: Image Registry
3229
type: string
3330
x-walrus-ui:
3431
order: 2
3532
namespace:
36-
nullable: true
3733
title: Namespace
3834
type: string
3935
x-walrus-ui:
@@ -47,7 +43,6 @@ components:
4743
- NodePort
4844
- LoadBalancer
4945
- ClusterIP
50-
nullable: true
5146
title: Service Type
5247
type: string
5348
x-walrus-ui:
@@ -65,7 +60,6 @@ components:
6560
enum:
6661
- standalone
6762
- replication
68-
nullable: true
6963
x-walrus-ui:
7064
group: Basic
7165
order: 3
@@ -79,7 +73,6 @@ components:
7973
- 1
8074
- 3
8175
- 5
82-
nullable: true
8376
x-walrus-ui:
8477
group: Basic
8578
order: 4
@@ -90,7 +83,6 @@ components:
9083
description: |
9184
Specify the deployment engine version, select from https://hub.docker.com/r/bitnami/redis/tags.
9285
default: "7.0"
93-
nullable: true
9486
x-walrus-ui:
9587
group: Basic
9688
order: 5
@@ -101,7 +93,6 @@ components:
10193
Specify the account password. The password must be 16-32 characters long and start with any letter, number, or the following symbols: ! # $ % ^ & * ( ) _ + - =.
10294
If not specified, it will generate a random password.
10395
format: password
104-
nullable: true
10596
writeOnly: true
10697
minLength: 16
10798
maxLength: 32
@@ -116,14 +107,12 @@ components:
116107
default:
117108
cpu: 0.25
118109
memory: 1024
119-
nullable: true
120110
properties:
121111
cpu:
122112
default: 0.25
123113
description: |
124114
Specify the cpu resources. Unit is core.
125115
minimum: 0.1
126-
nullable: true
127116
title: Cpu(Core)
128117
type: number
129118
x-walrus-ui:
@@ -133,7 +122,6 @@ components:
133122
description: |
134123
Specify the memory resources. Unit is megabyte.
135124
minimum: 512
136-
nullable: true
137125
title: Memory(MiB)
138126
type: number
139127
x-walrus-ui:
@@ -147,12 +135,10 @@ components:
147135
type: object
148136
description: |
149137
Specify the storage resources.
150-
nullable: true
151138
properties:
152139
class:
153140
description: |
154141
Specify the storage class. If not specified, it will use the default provisioner.
155-
nullable: true
156142
title: Class
157143
type: string
158144
x-walrus-ui:
@@ -162,7 +148,6 @@ components:
162148
description: |
163149
Specify the storage size. Unit is megabyte.
164150
minimum: 1024
165-
nullable: true
166151
title: Size(MiB)
167152
type: number
168153
x-walrus-ui:

0 commit comments

Comments
 (0)