mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update docs for Size
and RefCount
for UsageData
In 27294, `Size` and `RefCount` has been wrapped into `UsageData` and is only exposed in `GET system/df`. Though the docs was not updated in `docker_remote_api_v1.25.md`. This fix updates the docs to refect the changes for `UsageData`. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
a7db0a8402
commit
a68047fe68
1 changed files with 4 additions and 2 deletions
|
@ -2663,9 +2663,11 @@ Return docker data usage information
|
||||||
"Mountpoint": "",
|
"Mountpoint": "",
|
||||||
"Labels": null,
|
"Labels": null,
|
||||||
"Scope": "",
|
"Scope": "",
|
||||||
|
"UsageData": {
|
||||||
"Size": 0,
|
"Size": 0,
|
||||||
"RefCount": 0
|
"RefCount": 0
|
||||||
}
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue