@daocloud-proto/kpanda 0.31.0-dev-45674c3d → 0.31.0-dev-5c591912

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.
@@ -82,6 +82,7 @@ export type ListClusterServicesRequest = {
82
82
  labelSelector?: string
83
83
  fieldSelector?: string
84
84
  fuzzyName?: string
85
+ ports?: number[]
85
86
  }
86
87
 
87
88
  export type ListClusterServicesResponse = {
@@ -103,6 +104,7 @@ export type ListServicesRequest = {
103
104
  labelSelector?: string
104
105
  fieldSelector?: string
105
106
  fuzzyName?: string
107
+ ports?: number[]
106
108
  }
107
109
 
108
110
  export type ListServicesResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.31.0-dev-45674c3d",
3
+ "version":"v0.31.0-dev-5c591912",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {