@daocloud-proto/mcamel-rabbitmq 0.4.0-91 → 0.4.0-94

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/cluster.pb.ts CHANGED
@@ -4,8 +4,8 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
- import * as fm from "../../v1alpha1/ts_out/fetch.pb"
8
7
  import * as CommonCommon from "./common.pb"
8
+ import * as fm from "./fetch.pb"
9
9
 
10
10
  export enum GetClusterListRespGetClusterListDataClusterPhase {
11
11
  CLUSTER_PHASE_UNSPECIFIED = "CLUSTER_PHASE_UNSPECIFIED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.4.0-91",
3
+ "version":"0.4.0-94",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -4,8 +4,8 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
- import * as fm from "../../v1alpha1/ts_out/fetch.pb"
8
7
  import * as CommonCommon from "./common.pb"
8
+ import * as fm from "./fetch.pb"
9
9
 
10
10
  type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
11
11
  type OneOf<T> =
@@ -222,115 +222,16 @@ export type RabbitmqClusterItemExtend = {
222
222
  export type RabbitmqClusterItemMetadata = {
223
223
  annotations?: {[key: string]: string}
224
224
  creationTimestamp?: string
225
- finalizers?: string[]
226
- generation?: number
227
225
  name?: string
228
226
  namespace?: string
229
- resourceVersion?: string
230
- uid?: string
231
- }
232
-
233
- export type RabbitmqClusterItemSpecOverride = {
234
- }
235
-
236
- export type RabbitmqClusterItemSpecPersistence = {
237
- storage?: string
238
- storageClassName?: string
239
- }
240
-
241
- export type RabbitmqClusterItemSpecRabbitmq = {
242
- additionalConfig?: string
243
- additionalPlugins?: string[]
244
- }
245
-
246
- export type RabbitmqClusterItemSpecResourcesLimits = {
247
- cpu?: string
248
- memory?: string
249
- }
250
-
251
- export type RabbitmqClusterItemSpecResourcesRequests = {
252
- cpu?: string
253
- memory?: string
254
- }
255
-
256
- export type RabbitmqClusterItemSpecResources = {
257
- limits?: RabbitmqClusterItemSpecResourcesLimits
258
- requests?: RabbitmqClusterItemSpecResourcesRequests
259
- }
260
-
261
- export type RabbitmqClusterItemSpecSecretBackend = {
262
- }
263
-
264
- export type RabbitmqClusterItemSpecServiceAnnotations = {
265
- asd?: string
266
- }
267
-
268
- export type RabbitmqClusterItemSpecService = {
269
- annotations?: RabbitmqClusterItemSpecServiceAnnotations
270
- type?: string
271
- }
272
-
273
- export type RabbitmqClusterItemSpecTls = {
274
- }
275
-
276
- export type RabbitmqClusterItemSpec = {
277
- image?: string
278
- override?: RabbitmqClusterItemSpecOverride
279
- persistence?: RabbitmqClusterItemSpecPersistence
280
- rabbitmq?: RabbitmqClusterItemSpecRabbitmq
281
- replicas?: number
282
- resources?: RabbitmqClusterItemSpecResources
283
- secretBackend?: RabbitmqClusterItemSpecSecretBackend
284
- service?: RabbitmqClusterItemSpecService
285
- terminationGracePeriodSeconds?: number
286
- tls?: RabbitmqClusterItemSpecTls
287
- }
288
-
289
- export type RabbitmqClusterItemStatusBinding = {
290
- name?: string
291
- }
292
-
293
- export type RabbitmqClusterItemStatusConditions = {
294
- lastTransitionTime?: string
295
- reason?: string
296
- status?: string
297
- type?: string
298
- }
299
-
300
- export type RabbitmqClusterItemStatusDefaultUserSecretReferenceKeys = {
301
- password?: string
302
- username?: string
303
- }
304
-
305
- export type RabbitmqClusterItemStatusDefaultUserSecretReference = {
306
- keys?: RabbitmqClusterItemStatusDefaultUserSecretReferenceKeys
307
- name?: string
308
- namespace?: string
309
- }
310
-
311
- export type RabbitmqClusterItemStatusDefaultUserServiceReference = {
312
- name?: string
313
- namespace?: string
314
- }
315
-
316
- export type RabbitmqClusterItemStatusDefaultUser = {
317
- secretReference?: RabbitmqClusterItemStatusDefaultUserSecretReference
318
- serviceReference?: RabbitmqClusterItemStatusDefaultUserServiceReference
319
- }
320
-
321
- export type RabbitmqClusterItemStatus = {
322
- binding?: RabbitmqClusterItemStatusBinding
323
- conditions?: RabbitmqClusterItemStatusConditions[]
324
- defaultUser?: RabbitmqClusterItemStatusDefaultUser
325
- observedGeneration?: number
326
227
  }
327
228
 
328
229
  export type RabbitmqClusterItem = {
329
230
  apiVersion?: string
330
231
  kind?: string
331
232
  metadata?: RabbitmqClusterItemMetadata
332
- spec?: RabbitmqClusterItemSpec
333
- status?: RabbitmqClusterItemStatus
233
+ spec?: CreateRabbitMqReq
234
+ status?: Status
334
235
  extend?: RabbitmqClusterItemExtend
335
236
  }
336
237
 
package/version.pb.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
- import * as fm from "../../v1alpha1/ts_out/fetch.pb"
7
+ import * as fm from "./fetch.pb"
8
8
  export type CommonReply = {
9
9
  code?: number
10
10
  msg?: string