re-generate CRDs to latest state (#3109)
This commit is contained in:
parent
1036350eb4
commit
a30e15e472
|
|
@ -273,34 +273,26 @@ spec:
|
||||||
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
||||||
in that case the var evaluates to nil and the value is taken from the operator config
|
in that case the var evaluates to nil and the value is taken from the operator config
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterNodePort:
|
||||||
|
description: |-
|
||||||
|
vars to enable and configure nodeport services
|
||||||
|
set ports to 0 or nil to let kubernetes decide which port to use
|
||||||
|
overrides loadbalancer configuration
|
||||||
|
type: boolean
|
||||||
enableMasterPoolerLoadBalancer:
|
enableMasterPoolerLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterPoolerNodePort:
|
||||||
|
type: boolean
|
||||||
enableReplicaConnectionPooler:
|
enableReplicaConnectionPooler:
|
||||||
type: boolean
|
type: boolean
|
||||||
enableReplicaLoadBalancer:
|
enableReplicaLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
enableReplicaPoolerLoadBalancer:
|
|
||||||
type: boolean
|
|
||||||
enableMasterNodePort:
|
|
||||||
type: boolean
|
|
||||||
masterNodePort:
|
|
||||||
type: integer
|
|
||||||
minimum: 0
|
|
||||||
enableMasterPoolerNodePort:
|
|
||||||
type: boolean
|
|
||||||
masterPoolerNodePort:
|
|
||||||
type: integer
|
|
||||||
minimum: 0
|
|
||||||
enableReplicaNodePort:
|
enableReplicaNodePort:
|
||||||
type: boolean
|
type: boolean
|
||||||
replicaNodePort:
|
enableReplicaPoolerLoadBalancer:
|
||||||
type: integer
|
type: boolean
|
||||||
minimum: 0
|
|
||||||
enableReplicaPoolerNodePort:
|
enableReplicaPoolerNodePort:
|
||||||
type: boolean
|
type: boolean
|
||||||
replicaPoolerNodePort:
|
|
||||||
type: integer
|
|
||||||
minimum: 0
|
|
||||||
enableShmVolume:
|
enableShmVolume:
|
||||||
type: boolean
|
type: boolean
|
||||||
env:
|
env:
|
||||||
|
|
@ -3428,6 +3420,12 @@ spec:
|
||||||
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
masterNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
masterPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
masterServiceAnnotations:
|
masterServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -3732,6 +3730,12 @@ spec:
|
||||||
replicaLoadBalancer:
|
replicaLoadBalancer:
|
||||||
description: deprecated
|
description: deprecated
|
||||||
type: boolean
|
type: boolean
|
||||||
|
replicaNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
replicaPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
replicaServiceAnnotations:
|
replicaServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -274,14 +274,26 @@ spec:
|
||||||
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
||||||
in that case the var evaluates to nil and the value is taken from the operator config
|
in that case the var evaluates to nil and the value is taken from the operator config
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterNodePort:
|
||||||
|
description: |-
|
||||||
|
vars to enable and configure nodeport services
|
||||||
|
set ports to 0 or nil to let kubernetes decide which port to use
|
||||||
|
overrides loadbalancer configuration
|
||||||
|
type: boolean
|
||||||
enableMasterPoolerLoadBalancer:
|
enableMasterPoolerLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterPoolerNodePort:
|
||||||
|
type: boolean
|
||||||
enableReplicaConnectionPooler:
|
enableReplicaConnectionPooler:
|
||||||
type: boolean
|
type: boolean
|
||||||
enableReplicaLoadBalancer:
|
enableReplicaLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableReplicaNodePort:
|
||||||
|
type: boolean
|
||||||
enableReplicaPoolerLoadBalancer:
|
enableReplicaPoolerLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableReplicaPoolerNodePort:
|
||||||
|
type: boolean
|
||||||
enableShmVolume:
|
enableShmVolume:
|
||||||
type: boolean
|
type: boolean
|
||||||
env:
|
env:
|
||||||
|
|
@ -3409,6 +3421,12 @@ spec:
|
||||||
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
masterNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
masterPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
masterServiceAnnotations:
|
masterServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -3713,6 +3731,12 @@ spec:
|
||||||
replicaLoadBalancer:
|
replicaLoadBalancer:
|
||||||
description: deprecated
|
description: deprecated
|
||||||
type: boolean
|
type: boolean
|
||||||
|
replicaNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
replicaPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
replicaServiceAnnotations:
|
replicaServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -274,14 +274,26 @@ spec:
|
||||||
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
vars that enable load balancers are pointers because it is important to know if any of them is omitted from the Postgres manifest
|
||||||
in that case the var evaluates to nil and the value is taken from the operator config
|
in that case the var evaluates to nil and the value is taken from the operator config
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterNodePort:
|
||||||
|
description: |-
|
||||||
|
vars to enable and configure nodeport services
|
||||||
|
set ports to 0 or nil to let kubernetes decide which port to use
|
||||||
|
overrides loadbalancer configuration
|
||||||
|
type: boolean
|
||||||
enableMasterPoolerLoadBalancer:
|
enableMasterPoolerLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableMasterPoolerNodePort:
|
||||||
|
type: boolean
|
||||||
enableReplicaConnectionPooler:
|
enableReplicaConnectionPooler:
|
||||||
type: boolean
|
type: boolean
|
||||||
enableReplicaLoadBalancer:
|
enableReplicaLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableReplicaNodePort:
|
||||||
|
type: boolean
|
||||||
enableReplicaPoolerLoadBalancer:
|
enableReplicaPoolerLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enableReplicaPoolerNodePort:
|
||||||
|
type: boolean
|
||||||
enableShmVolume:
|
enableShmVolume:
|
||||||
type: boolean
|
type: boolean
|
||||||
env:
|
env:
|
||||||
|
|
@ -3409,6 +3421,12 @@ spec:
|
||||||
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
masterNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
masterPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
masterServiceAnnotations:
|
masterServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -3713,6 +3731,12 @@ spec:
|
||||||
replicaLoadBalancer:
|
replicaLoadBalancer:
|
||||||
description: deprecated
|
description: deprecated
|
||||||
type: boolean
|
type: boolean
|
||||||
|
replicaNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
replicaPoolerNodePort:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
replicaServiceAnnotations:
|
replicaServiceAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue