open-nomad/.changelog/12178.txt
Tim Gross 3247e422d1
csi: add missing fields to HTTP API response (#12178)
The HTTP endpoint for CSI manually serializes the internal struct to
the API struct for purposes of redaction (see also #10470). Add fields
that were missing from this serialization so they don't show up as
always empty in the API response.
2022-03-03 15:15:28 -05:00

4 lines
101 B
Plaintext

```release-note:bug
csi: Fixed a bug where fields were missing from the Read Volume API response
```