postgres-operator/pkg/util
Jonathan Juares Beber 744c71d16b
Allow services update when changing annotations (#818)
The current implementations for `pkg.util.k8sutil.SameService` considers
only service annotations change on the default annotations created by the
operator. Custom annotations are not compared and consequently not
applied after the first service creation.

This commit introduces a complete annotations comparison between the
current service created by the operator and the new one generated based on
the configs. Also, it adds tests on the above-mentioned function.
2020-02-13 10:55:30 +01:00
..
config Add region setting for logical backups to non-AWS storage (#813) 2020-02-10 11:48:24 +01:00
constants fix errors when changing service type (#716) 2019-11-26 10:28:32 +01:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil Allow services update when changing annotations (#818) 2020-02-13 10:55:30 +01:00
patroni Handle IPv6 k8s pods in Patroni URLs (#671) 2019-09-30 10:14:27 +02:00
retryutil Fix golint failures 2019-01-08 13:04:48 +01:00
ringlog fix comments for ringlogger 2017-09-26 13:12:38 +02:00
teams extend docs and polish manifest examples (#762) 2019-12-12 17:55:41 +01:00
users reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
volumes reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go Enforce minimum cpu and memory limits (#731) 2019-12-12 16:43:55 +01:00
util_test.go Enforce minimum cpu and memory limits (#731) 2019-12-12 16:43:55 +01:00