postgres-operator/pkg/cluster
Dmitrii Dolgov 0095be0279 Fix uninitialized ConnectionPool structure usage
It's being used quite early to setup a connection pool user, and if only
enableConnectionPool specified, can be nil.
2020-02-14 13:04:24 +01:00
..
cluster.go Fix uninitialized ConnectionPool structure usage 2020-02-14 13:04:24 +01:00
cluster_test.go Add ServiceAnnotations cluster config (#803) 2020-02-10 12:03:25 +01:00
database.go Various improvements 2020-02-12 17:35:43 +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 Rename replicas to avoid potential confusion about terminology 2020-02-13 16:34:02 +01:00
k8sres_test.go Various improvements 2020-02-12 17:35:43 +01:00
pod.go move StatefulSet to apps/v1 (#675) 2019-09-30 16:42:04 +02:00
resources.go Various improvements 2020-02-12 17:35:43 +01:00
resources_test.go Add test for both ways to enable connection pool 2020-02-13 11:04:11 +01:00
sync.go Various improvements 2020-02-12 17:35:43 +01:00
sync_test.go Rename replicas to avoid potential confusion about terminology 2020-02-13 16:34:02 +01:00
types.go Add more tests 2020-02-12 17:31:10 +01:00
util.go Various improvements 2020-02-12 17:35:43 +01:00
volumes.go Fixing spelling mistake in delete PVC function name (#691) 2019-10-18 16:41:56 +02:00