api: RootFS -> SnapshotKey

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Akihiro Suda
2017-09-04 07:02:43 +00:00
committed by Stephen J Day
parent 8b63386924
commit e30e0c8b75
17 changed files with 168 additions and 171 deletions

View File

@@ -155,14 +155,11 @@ file {
json_name: "snapshotter"
}
field {
name: "rootfs"
name: "snapshot_key"
number: 7
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65004: "RootFS"
}
json_name: "rootfs"
json_name: "snapshotKey"
}
field {
name: "created_at"
@@ -1216,14 +1213,11 @@ file {
json_name: "labels"
}
field {
name: "rootfs"
name: "snapshot_key"
number: 4
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65004: "RootFS"
}
json_name: "rootfs"
json_name: "snapshotKey"
}
nested_type {
name: "LabelsEntry"