@daocloud-proto/kpanda 0.33.0-dev-75064cd7 → 0.33.0-dev-6f9d4e2e

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.
@@ -85,6 +85,7 @@ export type ListAllDaemonSetsRequest = {
85
85
  fieldSelector?: string
86
86
  fuzzyName?: string
87
87
  showVirtualCluster?: boolean
88
+ gpuType?: string
88
89
  }
89
90
 
90
91
  export type ListDaemonSetsRequest = {
@@ -99,6 +100,7 @@ export type ListDaemonSetsRequest = {
99
100
  labelSelector?: string
100
101
  fieldSelector?: string
101
102
  fuzzyName?: string
103
+ gpuType?: string
102
104
  }
103
105
 
104
106
  export type ListClusterDaemonSetsRequest = {
@@ -112,6 +114,7 @@ export type ListClusterDaemonSetsRequest = {
112
114
  labelSelector?: string
113
115
  fieldSelector?: string
114
116
  fuzzyName?: string
117
+ gpuType?: string
115
118
  }
116
119
 
117
120
  export type PatchDaemonSetRequest = {
@@ -113,6 +113,7 @@ export type ListAllDeploymentsRequest = {
113
113
  fieldSelector?: string
114
114
  fuzzyName?: string
115
115
  showVirtualCluster?: boolean
116
+ gpuType?: string
116
117
  }
117
118
 
118
119
  export type ListDeploymentsRequest = {
@@ -127,6 +128,7 @@ export type ListDeploymentsRequest = {
127
128
  labelSelector?: string
128
129
  fieldSelector?: string
129
130
  fuzzyName?: string
131
+ gpuType?: string
130
132
  }
131
133
 
132
134
  export type ListClusterDeploymentsRequest = {
@@ -140,6 +142,7 @@ export type ListClusterDeploymentsRequest = {
140
142
  labelSelector?: string
141
143
  fieldSelector?: string
142
144
  fuzzyName?: string
145
+ gpuType?: string
143
146
  }
144
147
 
145
148
  export type PatchDeploymentRequest = {
@@ -53,6 +53,7 @@ export type ListClusterReplicaSetsRequest = {
53
53
  fuzzyName?: string
54
54
  labelSelector?: string
55
55
  fieldSelector?: string
56
+ gpuType?: string
56
57
  }
57
58
 
58
59
  export type ListClusterReplicaSetsResponse = {
@@ -73,6 +74,7 @@ export type ListReplicaSetsRequest = {
73
74
  labelSelector?: string
74
75
  fieldSelector?: string
75
76
  fuzzyName?: string
77
+ gpuType?: string
76
78
  }
77
79
 
78
80
  export type ListReplicaSetsResponse = {
@@ -114,6 +114,7 @@ export type ListClusterWorkloadsRequest = {
114
114
  labelSelector?: string
115
115
  fieldSelector?: string
116
116
  fuzzyName?: string
117
+ gpuType?: string
117
118
  }
118
119
 
119
120
  export type CreateWorkloadByJSONRequest = {
@@ -117,6 +117,7 @@ export type ListAllStatefulSetsRequest = {
117
117
  fieldSelector?: string
118
118
  fuzzyName?: string
119
119
  showVirtualCluster?: boolean
120
+ gpuType?: string
120
121
  }
121
122
 
122
123
  export type ListStatefulSetsRequest = {
@@ -131,6 +132,7 @@ export type ListStatefulSetsRequest = {
131
132
  labelSelector?: string
132
133
  fieldSelector?: string
133
134
  fuzzyName?: string
135
+ gpuType?: string
134
136
  }
135
137
 
136
138
  export type ListClusterStatefulSetsRequest = {
@@ -144,6 +146,7 @@ export type ListClusterStatefulSetsRequest = {
144
146
  labelSelector?: string
145
147
  fieldSelector?: string
146
148
  fuzzyName?: string
149
+ gpuType?: string
147
150
  }
148
151
 
149
152
  export type PatchStatefulSetRequest = {
@@ -70,6 +70,7 @@ export type ListBatchRequest = {
70
70
  labelSelector?: string
71
71
  fieldSelector?: string
72
72
  fuzzyName?: string
73
+ gpuType?: string
73
74
  }
74
75
 
75
76
  export type ListClusterJobsResponse = {
@@ -118,6 +118,7 @@ export type ListPodsByNodeRequest = {
118
118
  labelSelector?: string
119
119
  fieldSelector?: string
120
120
  status?: KpandaIoApiCoreV1alpha1Pod.FilterPodStatus
121
+ gpuType?: string
121
122
  }
122
123
 
123
124
  export type ListPodsByNodeResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.33.0-dev-75064cd7",
3
+ "version":"v0.33.0-dev-6f9d4e2e",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {