postgres-operator/pkg/cluster
Dmitrii Dolgov be438b77e6 WIP Connection pooler support
Add an initial support for a connection pooler. The idea is to make it
generic enough to be able to switch a corresponding docker image to
change from pgbouncer to e.g. odyssey. Operator needs to create a
deployment with pooler and a service for it to access.
2020-02-13 13:42:28 +01:00
..
cluster.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
cluster_test.go Add ServiceAnnotations cluster config (#803) 2020-02-10 12:03:25 +01:00
database.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
exec.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
k8sres_test.go Add global option to enable/disable init containers and sidecars (#478) 2019-12-10 15:45:54 +01:00
pod.go move StatefulSet to apps/v1 (#675) 2019-09-30 16:42:04 +02:00
resources.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
sync.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
types.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
util.go WIP Connection pooler support 2020-02-13 13:42:28 +01:00
volumes.go Fixing spelling mistake in delete PVC function name (#691) 2019-10-18 16:41:56 +02:00