@daocloud-proto/kpanda 0.41.0-dev-7d454711 → 0.41.0-dev-e8e81fb0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ export type DeviceGPU = {
19
19
  export type ListGPURequest = {
20
20
  cluster?: string
21
21
  searchNodeName?: string
22
- searchGPUMode?: string
22
+ searchGPUModel?: string
23
23
  searchVendor?: string
24
24
  }
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.41.0-dev-7d454711",
3
+ "version":"v0.41.0-dev-e8e81fb0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {