Skip to content

Commit 87a6380

Browse files
committed
Remove duplicative files, v0 for dynamicConfiguration
1 parent 6cada9f commit 87a6380

16 files changed

+122
-3520
lines changed

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12720,6 +12720,12 @@ spec:
1272012720
More info: https://patroni.readthedocs.io/en/latest/dynamic_configuration.html
1272112721
type: object
1272212722
x-kubernetes-preserve-unknown-fields: true
12723+
x-kubernetes-validations:
12724+
- message: DynamicConfiguration not available in v1, please use
12725+
rule: type(self) == null_type
12726+
failsafeMode:
12727+
description: --FILL IN--
12728+
type: boolean
1272312729
leaderLeaseDurationSeconds:
1272412730
default: 30
1272512731
description: |-
@@ -12806,6 +12812,9 @@ spec:
1280612812
format: int32
1280712813
minimum: 1
1280812814
type: integer
12815+
synchronousMode:
12816+
description: --FILL IN--
12817+
type: boolean
1280912818
type: object
1281012819
paused:
1281112820
description: |-
@@ -16281,7 +16290,7 @@ spec:
1628116290
type: array
1628216291
userInterface:
1628316292
description: The specification of a user interface that connects to
16284-
PostgreSQL.
16293+
PostgreSQL. -- DEPRECATED
1628516294
properties:
1628616295
pgAdmin:
1628716296
description: Defines a pgAdmin user interface.

pkg/apis/postgres-operator.crunchydata.com/v1/config_types.go

Lines changed: 0 additions & 95 deletions
This file was deleted.

pkg/apis/postgres-operator.crunchydata.com/v1/config_types_test.go

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)