File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed
dynamodb.services.k8s.aws Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 804804 },
805805 "type" : " object"
806806 },
807+ "priorityClassName" : {
808+ "type" : " string"
809+ },
807810 "tolerations" : {
808811 "items" : {
809812 "additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments