@daocloud-proto/kpanda 0.44.0-dev-24cb489f → 0.44.0-dev-c8124e60

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.
@@ -91,6 +91,8 @@ export type ListEventsRequest = {
91
91
  group?: string
92
92
  version?: string
93
93
  resource?: string
94
+ labelSelector?: string
95
+ fieldSelector?: string
94
96
  }
95
97
 
96
98
  export type ListEventsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.44.0-dev-24cb489f",
3
+ "version":"v0.44.0-dev-c8124e60",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {