container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

nit: Generic statement of `name` vs `id` #292

Closed saad-ali closed 5 years ago

saad-ali commented 5 years ago

The CSI spec takes a stance that id is a unique identifier where as name is not, it may be worth clarifying that stance in a general statement may be near the keyword definitions at the top of the doc.

saad-ali commented 5 years ago

Spec is not necessarily internally consistent about this. For example, GetPluginInfo has name in response which is identifier for plugin. Field comments clarify the intention for each use case. Not worth changing at this point.