open-nomad/plugins/csi
Tim Gross 4f54a633a2
csi: refactor internal client field name to ExternalID (#7958)
The CSI plugins RPCs require the use of the storage provider's volume
ID, rather than the user-defined volume ID. Although changing the RPCs
to use the field name `ExternalID` risks breaking backwards
compatibility, we can use the `ExternalID` name internally for the
client and only use `VolumeID` at the RPC boundaries.
2020-05-14 11:56:07 -04:00
..
fake csi: support Secrets parameter in CSI RPCs (#7923) 2020-05-11 17:12:51 -04:00
testing csi: check returned volume capability validation (#7831) 2020-04-30 17:12:32 -04:00
client.go csi: support Secrets parameter in CSI RPCs (#7923) 2020-05-11 17:12:51 -04:00
client_test.go csi: refactor internal client field name to ExternalID (#7958) 2020-05-14 11:56:07 -04:00
plugin.go csi: refactor internal client field name to ExternalID (#7958) 2020-05-14 11:56:07 -04:00