@daocloud-proto/mcamel-minio 0.2.0-97 → 0.2.0-99

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.
Files changed (2) hide show
  1. package/minio.pb.ts +6 -8
  2. package/package.json +1 -1
package/minio.pb.ts CHANGED
@@ -32,12 +32,6 @@ export enum GetMinioConfReqSortDir {
32
32
  DESC = "DESC",
33
33
  }
34
34
 
35
- export enum CreateMinioReqServiceType {
36
- ClusterIP = "ClusterIP",
37
- NodePort = "NodePort",
38
- LoadBalancer = "LoadBalancer",
39
- }
40
-
41
35
  export enum CreateMinioReqInstanceType {
42
36
  HighAvailable = "HighAvailable",
43
37
  Single = "Single",
@@ -128,7 +122,7 @@ export type CreateMinioReq = {
128
122
  volumesPerServer?: number
129
123
  storageClassName?: string
130
124
  storageCapacity?: string
131
- serviceType?: CreateMinioReqServiceType
125
+ serviceType?: CommonCommon.ServiceType
132
126
  serviceAnnotations?: {[key: string]: string}
133
127
  ports?: CreateMinioReqPorts[]
134
128
  cpuRequest?: string
@@ -138,13 +132,17 @@ export type CreateMinioReq = {
138
132
  instanceType?: CreateMinioReqInstanceType
139
133
  consoleAccessKey?: string
140
134
  consoleSecretKey?: string
141
- consoleServiceType?: CreateMinioReqServiceType
135
+ consoleServiceType?: CommonCommon.ServiceType
142
136
  consoleNodePort?: number
143
137
  consoleServiceAnnotations?: {[key: string]: string}
144
138
  minioRootUser?: string
145
139
  minioRootPassword?: string
146
140
  buckets?: CreateMinioReqBucket[]
147
141
  affinity?: CommonCommon.Affinity
142
+ externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
143
+ lbTyp?: CommonCommon.LBTyp
144
+ lbPoolName?: string
145
+ lbAddress?: string
148
146
  }
149
147
 
150
148
  export type UpdateMinioConfReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-minio",
3
- "version":"0.2.0-97",
3
+ "version":"0.2.0-99",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {