@daocloud-proto/mcamel-postgresql 0.0.1-1 → 0.0.1-2

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/postgresql.pb.ts +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.1-1",
3
+ "version":"0.0.1-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postgresql.pb.ts CHANGED
@@ -32,12 +32,6 @@ export enum GetPostgresqlConfReqSortDir {
32
32
  DESC = "DESC",
33
33
  }
34
34
 
35
- export enum CreatePostgresqlReqServiceType {
36
- ClusterIP = "ClusterIP",
37
- NodePort = "NodePort",
38
- LoadBalancer = "LoadBalancer",
39
- }
40
-
41
35
  export enum GetPostgresqlParamRespSelectSelectType {
42
36
  Single = "Single",
43
37
  Multiple = "Multiple",
@@ -128,7 +122,7 @@ export type CreatePostgresqlReq = {
128
122
  superuserPassword?: string
129
123
  storageClassName?: string
130
124
  storageCapacity?: string
131
- serviceType?: CreatePostgresqlReqServiceType
125
+ serviceType?: CommonCommon.ServiceType
132
126
  serviceAnnotations?: {[key: string]: string}
133
127
  ports?: CreatePostgresqlReqPorts[]
134
128
  cpuRequest?: string
@@ -147,6 +141,14 @@ export type CreatePostgresqlReq = {
147
141
  pgAdminDefaultEmail?: string
148
142
  pgAdminDefaultPassword?: string
149
143
  affinity?: CommonCommon.Affinity
144
+ externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
145
+ lbTyp?: CommonCommon.LBTyp
146
+ lbPoolName?: string
147
+ lbAddress?: string
148
+ phpAdminExternalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
149
+ phpAdminLbTyp?: CommonCommon.LBTyp
150
+ phpAdminLbPoolName?: string
151
+ phpAdminLbAddress?: string
150
152
  }
151
153
 
152
154
  export type UpdatePostgresqlConfReq = {