@daocloud-proto/kairship 0.3.2-40 → 0.3.2-42

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.
@@ -92,6 +92,8 @@ export type ListClustersRequest = {
92
92
  region?: string
93
93
  provider?: string
94
94
  zone?: string
95
+ labelSelector?: string
96
+ fieldSelector?: string
95
97
  }
96
98
 
97
99
  export type ListClustersDeploymentLocationsSummaryRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.3.2-40",
3
+ "version":"0.3.2-42",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {