Commit 7fb86fe4 authored by Tim Gross's avatar Tim Gross Committed by Tim Gross
Browse files

CSI: fix wrong output struct for snapshot list endpoint

parent c31fd304
Showing with 1 addition and 1 deletion
+1 -1
......@@ -340,7 +340,7 @@ func (s *HTTPServer) csiSnapshotList(resp http.ResponseWriter, req *http.Request
}
setMeta(resp, &out.QueryMeta)
return out.Snapshots, nil
return out, nil
}
// CSIPluginsRequest lists CSI plugins
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment