@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.
- package/kpanda.io/api/apps/v1alpha1/daemonset.pb.ts +3 -0
- package/kpanda.io/api/apps/v1alpha1/deployment.pb.ts +3 -0
- package/kpanda.io/api/apps/v1alpha1/replicaset.pb.ts +2 -0
- package/kpanda.io/api/apps/v1alpha1/request.pb.ts +1 -0
- package/kpanda.io/api/apps/v1alpha1/statefulset.pb.ts +3 -0
- package/kpanda.io/api/batch/v1alpha1/job.pb.ts +1 -0
- package/kpanda.io/api/core/v1alpha1/node.pb.ts +1 -0
- package/package.json +1 -1
|
@@ -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 = {
|
|
@@ -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 = {
|