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:
@@ -1987,11 +1987,11 @@ type NodeStatus struct {
|
||||
NodeInfo NodeSystemInfo `json:"nodeInfo,omitempty"`
|
||||
// List of container images on this node
|
||||
Images []ContainerImage `json:"images,omitempty"`
|
||||
// List of attachable volume devices in use (mounted) by the node.
|
||||
VolumesInUse []UniqueDeviceName `json:"volumesInUse,omitempty"`
|
||||
// List of attachable volumes in use (mounted) by the node.
|
||||
VolumesInUse []UniqueVolumeName `json:"volumesInUse,omitempty"`
|
||||
}
|
||||
|
||||
type UniqueDeviceName string
|
||||
type UniqueVolumeName string
|
||||
|
||||
// Describe a container image
|
||||
type ContainerImage struct {
|
||||
|
Reference in New Issue
Block a user