Skip to content

Commit d9d8acc

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent c0cbab6 commit d9d8acc

13 files changed

+1933
-305
lines changed

schema/ec2.services.k8s.aws/instance_v1alpha1.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,24 @@
249249
"launchTemplateName": {
250250
"type": "string"
251251
},
252+
"launchTemplateRef": {
253+
"additionalProperties": false,
254+
"properties": {
255+
"from": {
256+
"additionalProperties": false,
257+
"properties": {
258+
"name": {
259+
"type": "string"
260+
},
261+
"namespace": {
262+
"type": "string"
263+
}
264+
},
265+
"type": "object"
266+
}
267+
},
268+
"type": "object"
269+
},
252270
"version": {
253271
"type": "string"
254272
}
@@ -490,6 +508,24 @@
490508
"subnetID": {
491509
"type": "string"
492510
},
511+
"subnetRef": {
512+
"additionalProperties": false,
513+
"properties": {
514+
"from": {
515+
"additionalProperties": false,
516+
"properties": {
517+
"name": {
518+
"type": "string"
519+
},
520+
"namespace": {
521+
"type": "string"
522+
}
523+
},
524+
"type": "object"
525+
}
526+
},
527+
"type": "object"
528+
},
493529
"tags": {
494530
"items": {
495531
"additionalProperties": false,

schema/gateway.solo.io/gateway_v1.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,18 @@
17361736
}
17371737
},
17381738
"type": "object"
1739+
},
1740+
"grpcService": {
1741+
"additionalProperties": false,
1742+
"properties": {
1743+
"authority": {
1744+
"type": "string"
1745+
}
1746+
},
1747+
"type": "object"
1748+
},
1749+
"serviceName": {
1750+
"type": "string"
17391751
}
17401752
},
17411753
"type": "object"
@@ -2788,6 +2800,18 @@
27882800
}
27892801
},
27902802
"type": "object"
2803+
},
2804+
"grpcService": {
2805+
"additionalProperties": false,
2806+
"properties": {
2807+
"authority": {
2808+
"type": "string"
2809+
}
2810+
},
2811+
"type": "object"
2812+
},
2813+
"serviceName": {
2814+
"type": "string"
27912815
}
27922816
},
27932817
"type": "object"
@@ -4899,6 +4923,18 @@
48994923
}
49004924
},
49014925
"type": "object"
4926+
},
4927+
"grpcService": {
4928+
"additionalProperties": false,
4929+
"properties": {
4930+
"authority": {
4931+
"type": "string"
4932+
}
4933+
},
4934+
"type": "object"
4935+
},
4936+
"serviceName": {
4937+
"type": "string"
49024938
}
49034939
},
49044940
"type": "object"

schema/gateway.solo.io/httplisteneroption_v1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,18 @@
17251725
}
17261726
},
17271727
"type": "object"
1728+
},
1729+
"grpcService": {
1730+
"additionalProperties": false,
1731+
"properties": {
1732+
"authority": {
1733+
"type": "string"
1734+
}
1735+
},
1736+
"type": "object"
1737+
},
1738+
"serviceName": {
1739+
"type": "string"
17281740
}
17291741
},
17301742
"type": "object"

schema/gateway.solo.io/matchablehttpgateway_v1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,18 @@
17281728
}
17291729
},
17301730
"type": "object"
1731+
},
1732+
"grpcService": {
1733+
"additionalProperties": false,
1734+
"properties": {
1735+
"authority": {
1736+
"type": "string"
1737+
}
1738+
},
1739+
"type": "object"
1740+
},
1741+
"serviceName": {
1742+
"type": "string"
17311743
}
17321744
},
17331745
"type": "object"

schema/monitoring.coreos.com/alertmanager_v1.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
"spec": {
1313
"additionalProperties": false,
1414
"properties": {
15+
"additionalArgs": {
16+
"items": {
17+
"additionalProperties": false,
18+
"properties": {
19+
"name": {
20+
"minLength": 1,
21+
"type": "string"
22+
},
23+
"value": {
24+
"type": "string"
25+
}
26+
},
27+
"required": [
28+
"name"
29+
],
30+
"type": "object"
31+
},
32+
"type": "array"
33+
},
1534
"additionalPeers": {
1635
"items": {
1736
"type": "string"
@@ -1005,7 +1024,7 @@
10051024
"type": "boolean"
10061025
},
10071026
"proxyUrl": {
1008-
"pattern": "^http(s)?://.+$",
1027+
"pattern": "^(http|https|socks5)://.+$",
10091028
"type": "string"
10101029
},
10111030
"scopes": {
@@ -1199,7 +1218,7 @@
11991218
"type": "boolean"
12001219
},
12011220
"proxyUrl": {
1202-
"pattern": "^http(s)?://.+$",
1221+
"pattern": "^(http|https|socks5)://.+$",
12031222
"type": "string"
12041223
},
12051224
"tlsConfig": {
@@ -4987,6 +5006,11 @@
49875006
"tag": {
49885007
"type": "string"
49895008
},
5009+
"terminationGracePeriodSeconds": {
5010+
"format": "int64",
5011+
"minimum": 0,
5012+
"type": "integer"
5013+
},
49905014
"tolerations": {
49915015
"items": {
49925016
"additionalProperties": false,

0 commit comments

Comments
 (0)