postgres-operator/pkg/spec
Oleksii Kliukin 48a5744314
Use Patroni API to set bootstrap-only options. (#299)
Call Patroni API /config in order to set special options that are
ignored when set in the configuration file, such as max_connections.
Per https://github.com/zalando-incubator/postgres-operator/issues/297

* Some minor refacoring:

Rename Cluster ManualFailover to Swithover
Rename Patroni Failover to Switchover
Add more details to error messages and comments introduced in this PR.

Review by @zerg-junior
2018-05-29 12:35:25 +02:00
..
postgresql.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
postgresql_test.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
types.go Use Patroni API to set bootstrap-only options. (#299) 2018-05-29 12:35:25 +02:00
types_test.go Adjust unit tests for namespace decoding 2018-02-16 11:13:08 +01:00