Skip to content

Commit f929023

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 190ea9c commit f929023

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

schema/dynamodb.services.k8s.aws/table_v1alpha1.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,56 @@
232232
"tableName": {
233233
"type": "string"
234234
},
235+
"tableReplicas": {
236+
"items": {
237+
"additionalProperties": false,
238+
"properties": {
239+
"globalSecondaryIndexes": {
240+
"items": {
241+
"additionalProperties": false,
242+
"properties": {
243+
"indexName": {
244+
"type": "string"
245+
},
246+
"provisionedThroughputOverride": {
247+
"additionalProperties": false,
248+
"properties": {
249+
"readCapacityUnits": {
250+
"format": "int64",
251+
"type": "integer"
252+
}
253+
},
254+
"type": "object"
255+
}
256+
},
257+
"type": "object"
258+
},
259+
"type": "array"
260+
},
261+
"kmsMasterKeyID": {
262+
"type": "string"
263+
},
264+
"provisionedThroughputOverride": {
265+
"additionalProperties": false,
266+
"properties": {
267+
"readCapacityUnits": {
268+
"format": "int64",
269+
"type": "integer"
270+
}
271+
},
272+
"type": "object"
273+
},
274+
"regionName": {
275+
"type": "string"
276+
},
277+
"tableClassOverride": {
278+
"type": "string"
279+
}
280+
},
281+
"type": "object"
282+
},
283+
"type": "array"
284+
},
235285
"tags": {
236286
"items": {
237287
"additionalProperties": false,

schema/operator.tigera.io/apiserver_v1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,9 @@
804804
},
805805
"type": "object"
806806
},
807+
"priorityClassName": {
808+
"type": "string"
809+
},
807810
"tolerations": {
808811
"items": {
809812
"additionalProperties": false,

0 commit comments

Comments
 (0)