Skip to content

Commit ba62ad6

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 7c4a8fe commit ba62ad6

20 files changed

+1736
-10
lines changed

schema/addons.cluster.x-k8s.io/clusterresourceset_v1beta1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"type": "string"
6565
},
6666
"name": {
67+
"maxLength": 253,
6768
"minLength": 1,
6869
"type": "string"
6970
}
@@ -74,6 +75,7 @@
7475
],
7576
"type": "object"
7677
},
78+
"maxItems": 100,
7779
"type": "array"
7880
},
7981
"strategy": {
@@ -101,18 +103,25 @@
101103
"type": "string"
102104
},
103105
"message": {
106+
"maxLength": 10240,
107+
"minLength": 1,
104108
"type": "string"
105109
},
106110
"reason": {
111+
"maxLength": 256,
112+
"minLength": 1,
107113
"type": "string"
108114
},
109115
"severity": {
116+
"maxLength": 32,
110117
"type": "string"
111118
},
112119
"status": {
113120
"type": "string"
114121
},
115122
"type": {
123+
"maxLength": 256,
124+
"minLength": 1,
116125
"type": "string"
117126
}
118127
},

schema/addons.cluster.x-k8s.io/clusterresourcesetbinding_v1beta1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"additionalProperties": false,
1818
"properties": {
1919
"clusterResourceSetName": {
20+
"maxLength": 253,
21+
"minLength": 1,
2022
"type": "string"
2123
},
2224
"resources": {
@@ -27,6 +29,8 @@
2729
"type": "boolean"
2830
},
2931
"hash": {
32+
"maxLength": 256,
33+
"minLength": 1,
3034
"type": "string"
3135
},
3236
"kind": {
@@ -41,6 +45,7 @@
4145
"type": "string"
4246
},
4347
"name": {
48+
"maxLength": 253,
4449
"minLength": 1,
4550
"type": "string"
4651
}
@@ -52,6 +57,7 @@
5257
],
5358
"type": "object"
5459
},
60+
"maxItems": 100,
5561
"type": "array"
5662
}
5763
},
@@ -60,9 +66,12 @@
6066
],
6167
"type": "object"
6268
},
69+
"maxItems": 100,
6370
"type": "array"
6471
},
6572
"clusterName": {
73+
"maxLength": 63,
74+
"minLength": 1,
6675
"type": "string"
6776
}
6877
},

0 commit comments

Comments
 (0)