Skip to content

Commit 559d406

Browse files
committed
2 parents a33044a + 18e17b5 commit 559d406

213 files changed

Lines changed: 2243 additions & 264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|20(?:[0-3]\\d|4[0-8]))Gi|(?:1(?:.\\d)?|2(?:.0)?)Ti)$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:[1-9]\\d?|100)Gi$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|2(?:[0-4]\\d{2}|5(?:[0-5]\\d|60)))Gi|(?:1(?:.\\d)?|2(?:.[0-5])?)Ti)$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:[1-9]\\d?|1\\d\\d|200)Gi$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:[1-9]\\d{0,2}|1000)Gi$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:[1-9]\\d?|[1-4]\\d\\d|500)Gi$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"worker": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1[0-4]\\d{2}|15(?:0\\d|1\\d|2\\d|3[0-6]))Gi|1(?:.[0-5])?Ti)$"
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}
21+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"triggerer": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|20(?:[0-3]\\d|4[0-8]))Gi|(?:1(?:.\\d)?|2(?:.0)?)Ti)$"
15+
}
16+
}
17+
}
18+
}
19+
},
20+
"worker": {
21+
"type": "object",
22+
"properties": {
23+
"persistence": {
24+
"type": "object",
25+
"properties": {
26+
"size": {
27+
"type": "string",
28+
"description": "persistence size",
29+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|20(?:[0-3]\\d|4[0-8]))Gi|(?:1(?:.\\d)?|2(?:.0)?)Ti)$"
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"triggerer": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:[1-9]\\d?|100)Gi$"
15+
}
16+
}
17+
}
18+
}
19+
},
20+
"worker": {
21+
"type": "object",
22+
"properties": {
23+
"persistence": {
24+
"type": "object",
25+
"properties": {
26+
"size": {
27+
"type": "string",
28+
"description": "persistence size",
29+
"pattern": "^(?:[1-9]\\d?|100)Gi$"
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "http://json-schema.org/schema#",
3+
"type": "object",
4+
"properties": {
5+
"triggerer": {
6+
"type": "object",
7+
"properties": {
8+
"persistence": {
9+
"type": "object",
10+
"properties": {
11+
"size": {
12+
"type": "string",
13+
"description": "persistence size",
14+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|2(?:[0-4]\\d{2}|5(?:[0-5]\\d|60)))Gi|(?:1(?:.\\d)?|2(?:.[0-5])?)Ti)$"
15+
}
16+
}
17+
}
18+
}
19+
},
20+
"worker": {
21+
"type": "object",
22+
"properties": {
23+
"persistence": {
24+
"type": "object",
25+
"properties": {
26+
"size": {
27+
"type": "string",
28+
"description": "persistence size",
29+
"pattern": "^(?:(?:[1-9]\\d{0,2}|1\\d{3}|2(?:[0-4]\\d{2}|5(?:[0-5]\\d|60)))Gi|(?:1(?:.\\d)?|2(?:.[0-5])?)Ti)$"
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)