b1809eb48c
When using a prefix value and the * wildcard for namespace, the endpoint would not take the prefix value into consideration due to the order in which the checks were executed but also the logic for retrieving volumes from the state store. This commit changes the order to check for a prefix first and wraps the result iterator of the state store query in a filter to apply the prefix.
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
```release-note:bug
|
|
api: Apply prefix filter when querying CSI volumes in all namespaces
|
|
```
|