File tree Expand file tree Collapse file tree 4 files changed +28
-6
lines changed
kustomize/install/crd/bases Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,7 @@ spec:
857
857
type : object
858
858
fromPostgresVersion :
859
859
description : The major version of PostgreSQL before the upgrade.
860
- maximum : 15
860
+ maximum : 16
861
861
minimum : 10
862
862
type : integer
863
863
image :
@@ -937,7 +937,7 @@ spec:
937
937
type : string
938
938
toPostgresVersion :
939
939
description : The major version of PostgreSQL to be upgraded to.
940
- maximum : 15
940
+ maximum : 16
941
941
minimum : 10
942
942
type : integer
943
943
tolerations :
Original file line number Diff line number Diff line change @@ -10471,7 +10471,7 @@ spec:
10471
10471
postgresVersion:
10472
10472
description: The major version of PostgreSQL installed in the PostgreSQL
10473
10473
image
10474
- maximum: 15
10474
+ maximum: 16
10475
10475
minimum: 10
10476
10476
type: integer
10477
10477
proxy:
@@ -15424,13 +15424,24 @@ spec:
15424
15424
type: integer
15425
15425
type: object
15426
15426
type: object
15427
+ registrationRequired:
15428
+ description: Version information for installations with a registration
15429
+ requirement.
15430
+ properties:
15431
+ pgoVersion:
15432
+ type: string
15433
+ type: object
15427
15434
startupInstance:
15428
15435
description: The instance that should be started first when bootstrapping
15429
15436
and/or starting a PostgresCluster.
15430
15437
type: string
15431
15438
startupInstanceSet:
15432
15439
description: The instance set associated with the startupInstance
15433
15440
type: string
15441
+ tokenRequired:
15442
+ description: Signals the need for a token to be applied when registration
15443
+ is required.
15444
+ type: string
15434
15445
userInterface:
15435
15446
description: Current state of the PostgreSQL user interface.
15436
15447
properties:
Original file line number Diff line number Diff line change @@ -857,7 +857,7 @@ spec:
857
857
type : object
858
858
fromPostgresVersion :
859
859
description : The major version of PostgreSQL before the upgrade.
860
- maximum : 15
860
+ maximum : 16
861
861
minimum : 10
862
862
type : integer
863
863
image :
@@ -937,7 +937,7 @@ spec:
937
937
type : string
938
938
toPostgresVersion :
939
939
description : The major version of PostgreSQL to be upgraded to.
940
- maximum : 15
940
+ maximum : 16
941
941
minimum : 10
942
942
type : integer
943
943
tolerations :
Original file line number Diff line number Diff line change @@ -10471,7 +10471,7 @@ spec:
10471
10471
postgresVersion:
10472
10472
description: The major version of PostgreSQL installed in the PostgreSQL
10473
10473
image
10474
- maximum: 15
10474
+ maximum: 16
10475
10475
minimum: 10
10476
10476
type: integer
10477
10477
proxy:
@@ -15424,13 +15424,24 @@ spec:
15424
15424
type: integer
15425
15425
type: object
15426
15426
type: object
15427
+ registrationRequired:
15428
+ description: Version information for installations with a registration
15429
+ requirement.
15430
+ properties:
15431
+ pgoVersion:
15432
+ type: string
15433
+ type: object
15427
15434
startupInstance:
15428
15435
description: The instance that should be started first when bootstrapping
15429
15436
and/or starting a PostgresCluster.
15430
15437
type: string
15431
15438
startupInstanceSet:
15432
15439
description: The instance set associated with the startupInstance
15433
15440
type: string
15441
+ tokenRequired:
15442
+ description: Signals the need for a token to be applied when registration
15443
+ is required.
15444
+ type: string
15434
15445
userInterface:
15435
15446
description: Current state of the PostgreSQL user interface.
15436
15447
properties:
You can’t perform that action at this time.
0 commit comments