Rename UniqueDeviceName to UniqueVolumeName

Rename UniqueDeviceName to UniqueVolumeName and move helper functions
from attacherdetacher to volumehelper package.
Introduce UniquePodName alias
This commit is contained in:
saadali
2016-05-30 15:48:21 -07:00
parent 130341b5f1
commit 9b6a505f8a
48 changed files with 763 additions and 240 deletions

View File

@@ -16765,9 +16765,9 @@
"volumesInUse": {
"type": "array",
"items": {
"$ref": "v1.UniqueDeviceName"
"$ref": "v1.UniqueVolumeName"
},
"description": "List of volumes in use (mounted) by the node."
"description": "List of attachable volume devices in use (mounted) by the node."
}
}
},
@@ -16926,8 +16926,8 @@
}
}
},
"v1.UniqueDeviceName": {
"id": "v1.UniqueDeviceName",
"v1.UniqueVolumeName": {
"id": "v1.UniqueVolumeName",
"properties": {}
},
"v1.PersistentVolumeClaimList": {