mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
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:
@@ -1304,7 +1304,7 @@ message NodeStatus {
|
||||
// List of container images on this node
|
||||
repeated ContainerImage images = 8;
|
||||
|
||||
// List of volumes in use (mounted) by the node.
|
||||
// List of attachable volume devices in use (mounted) by the node.
|
||||
repeated string volumesInUse = 9;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user