postgres-operator/pkg/apis/acid.zalan.do/v1
Rafia Sabih 540d58d5bd
Adding the support for standby cluster
This will set up a continuous wal streaming cluster, by adding the corresponding section in postgres manifest. Instead of having a full-fledged standby cluster as in Patroni, here we use only the wal path of the source cluster and stream from there.

Since, standby cluster is streaming from the master and does not require to create or use databases of it's own. Hence, it bypasses the creation of users or databases.

There is a separate sample manifest added to set up a standby-cluster.
2019-06-21 10:11:39 +02:00
..
const.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
crds.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
doc.go Fix golint failures 2019-01-08 13:04:48 +01:00
marshal.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
operator_configuration_type.go Add secret mount to operator (#535) 2019-06-19 12:40:49 +02:00
postgresql_type.go Adding the support for standby cluster 2019-06-21 10:11:39 +02:00
register.go gofmt and golint fixes (#506) 2019-03-04 13:13:55 +01:00
util.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
util_test.go Adding the support for standby cluster 2019-06-21 10:11:39 +02:00
zz_generated.deepcopy.go Adding the support for standby cluster 2019-06-21 10:11:39 +02:00