@daocloud-proto/kpanda 0.22.0-dev-12cb14dc → 0.22.0-dev-482b62c5

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.
@@ -110,7 +110,6 @@ export type ListPodsByNodeRequest = {
110
110
  sortDir?: KpandaIoApiTypesPage.SortDir
111
111
  labelSelector?: string
112
112
  fieldSelector?: string
113
- status?: KpandaIoApiCoreV1alpha1Pod.FilterPodStatus
114
113
  }
115
114
 
116
115
  export type ListPodsByNodeResponse = {
@@ -7,14 +7,6 @@
7
7
  import * as KpandaIoApiTypesObjectmeta from "../../types/objectmeta.pb"
8
8
  import * as KpandaIoApiTypesPage from "../../types/page.pb"
9
9
 
10
- export enum FilterPodStatus {
11
- FILTER_POD_STATUS_UNSPECIFIED = "FILTER_POD_STATUS_UNSPECIFIED",
12
- FILTER_POD_STATUS_RUNNING = "FILTER_POD_STATUS_RUNNING",
13
- FILTER_POD_STATUS_ERROR = "FILTER_POD_STATUS_ERROR",
14
- FILTER_POD_STATUS_COMPLETED = "FILTER_POD_STATUS_COMPLETED",
15
- FILTER_POD_STATUS_WAITING = "FILTER_POD_STATUS_WAITING",
16
- }
17
-
18
10
  export enum PodStatusPhase {
19
11
  PHASE_UNSPECIFIED = "PHASE_UNSPECIFIED",
20
12
  Unknown = "Unknown",
@@ -508,7 +500,6 @@ export type ListClusterPodsRequest = {
508
500
  labelSelector?: string
509
501
  fieldSelector?: string
510
502
  fuzzyName?: string
511
- status?: FilterPodStatus
512
503
  }
513
504
 
514
505
  export type ListAllPodsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-12cb14dc",
3
+ "version":"v0.22.0-dev-482b62c5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {