@daocloud-proto/kpanda 0.35.1-dev-dbe051b7 → 0.36.0-rc1
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.
|
@@ -500,6 +500,7 @@ export type ListPodsRequest = {
|
|
|
500
500
|
fuzzyName?: string
|
|
501
501
|
status?: FilterPodStatus
|
|
502
502
|
gpuType?: string
|
|
503
|
+
podIp?: string
|
|
503
504
|
}
|
|
504
505
|
|
|
505
506
|
export type ListClusterPodsRequest = {
|
|
@@ -517,6 +518,7 @@ export type ListClusterPodsRequest = {
|
|
|
517
518
|
status?: FilterPodStatus
|
|
518
519
|
excludeMetrics?: boolean
|
|
519
520
|
gpuType?: string
|
|
521
|
+
podIp?: string
|
|
520
522
|
}
|
|
521
523
|
|
|
522
524
|
export type ListAllPodsRequest = {
|