Skip to content

Commit 52cdbdc

Browse files
author
0x0916
committed
schema/config-linux: s/throttleWriteIopsDevice/throttleWriteIOPSDevice/
Signed-off-by: 0x0916 <[email protected]>
1 parent 96de01b commit 52cdbdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema/config-linux.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
"$ref": "defs-linux.json#/definitions/blockIODeviceThrottle"
8787
}
8888
},
89-
"throttleReadIopsDevice": {
90-
"id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleReadIopsDevice",
89+
"throttleReadIOPSDevice": {
90+
"id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleReadIOPSDevice",
9191
"type": "array",
9292
"items": {
9393
"$ref": "defs-linux.json#/definitions/blockIODeviceThrottle"
9494
}
9595
},
96-
"throttleWriteIopsDevice": {
97-
"id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleWriteIopsDevice",
96+
"throttleWriteIOPSDevice": {
97+
"id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleWriteIOPSDevice",
9898
"type": "array",
9999
"items": {
100100
"$ref": "defs-linux.json#/definitions/blockIODeviceThrottle"

0 commit comments

Comments
 (0)