diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index a09b10ff663..0e42f2e67d4 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -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 volumes in use (mounted) by the node." } } }, @@ -16926,8 +16926,8 @@ } } }, - "v1.UniqueDeviceName": { - "id": "v1.UniqueDeviceName", + "v1.UniqueVolumeName": { + "id": "v1.UniqueVolumeName", "properties": {} }, "v1.PersistentVolumeClaimList": { diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index e365f9c2ac8..fa0fc419b3f 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -594,10 +594,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - -
volumesInUse
List of volumes in use (mounted) by the node.
List of attachable volumes in use (mounted) by the node.
false
v1.UniqueDeviceName array
v1.UniqueVolumeName array