postgres-operator/pkg/cluster
Oleksii Kliukin f15f93f479 Bugfix/close db connections (#78)
Open and close DB connections on-demand.

Previously, we used to leave the DB connection open while the
cluster was registered with the operator, potentially resutling
in dangled connections if the operator terminates abnormally.

Small refactoring around the role syncing code.
2017-08-10 10:10:00 +02:00
..
cluster.go Bugfix/close db connections (#78) 2017-08-10 10:10:00 +02:00
exec.go Fix golint warnings 2017-08-01 16:08:56 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go Fix missing labels in the replica service selector. 2017-08-02 17:46:24 +02:00
pg.go Bugfix/close db connections (#78) 2017-08-10 10:10:00 +02:00
pod.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
resources.go Bugfix/close db connections (#78) 2017-08-10 10:10:00 +02:00
sync.go Bugfix/close db connections (#78) 2017-08-10 10:10:00 +02:00
types.go Fix golint warnings 2017-08-01 16:08:56 +02:00
util.go Fix golint warnings 2017-08-01 16:08:56 +02:00
volumes.go Fix golint warnings 2017-08-01 16:08:56 +02:00