@daocloud-proto/mcamel-redis 0.4.0-115 → 0.4.0-117

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/package.json +1 -1
  2. package/redis.pb.ts +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.4.0-115",
3
+ "version":"0.4.0-117",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -51,12 +51,6 @@ export enum GetRedisConfReqSortDir {
51
51
  DESC = "DESC",
52
52
  }
53
53
 
54
- export enum CreateRedisReqServiceType {
55
- ClusterIP = "ClusterIP",
56
- NodePort = "NodePort",
57
- LoadBalancer = "LoadBalancer",
58
- }
59
-
60
54
  export enum GetRedisParamRespSelectSelectType {
61
55
  Single = "Single",
62
56
  Multiple = "Multiple",
@@ -157,7 +151,7 @@ export type CreateRedisReq = {
157
151
  storageCapacity?: string
158
152
  instanceType?: InstanceType
159
153
  authPass?: string
160
- serviceType?: CreateRedisReqServiceType
154
+ serviceType?: CommonCommon.ServiceType
161
155
  serviceAnnotations?: {[key: string]: string}
162
156
  ports?: CreateRedisReqPorts[]
163
157
  cpuRequest?: string
@@ -168,6 +162,10 @@ export type CreateRedisReq = {
168
162
  version?: string
169
163
  followerReplicas?: number
170
164
  affinity?: CommonCommon.Affinity
165
+ externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
166
+ lbTyp?: CommonCommon.LBTyp
167
+ lbPoolName?: string
168
+ lbAddress?: string
171
169
  }
172
170
 
173
171
  export type UpdateRedisConfReq = {