@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.
|
@@ -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 = {
|