postgres-operator/pkg/cluster
Oleksii Kliukin 51d73fb172 Replace service annotations when updating services.
In case the whole annotation changes (like the external DNS) we
don't want to keep the old one hanging around. Unline specs, we
don't expect anyone except the operator to change the annotations.

Use StrategicMergePatchType in order to replace the annotations
map completely.
2017-06-12 10:24:23 +02:00
..
cluster.go fix typos; 2017-06-08 15:52:01 +02:00
exec.go Implements EBS volume resizing #35. 2017-06-06 13:53:27 +02:00
filesystems.go Add error checks per report from errcheck-ng 2017-06-08 10:41:44 +02:00
k8sres.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
pg.go Add error checks per report from errcheck-ng 2017-06-08 10:41:44 +02:00
pod.go Implements EBS volume resizing #35. 2017-06-06 13:53:27 +02:00
resources.go Replace service annotations when updating services. 2017-06-12 10:24:23 +02:00
sync.go fix typos; 2017-06-08 15:52:01 +02:00
types.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
util.go Replace service annotations when updating services. 2017-06-12 10:24:23 +02:00
volumes.go fix typos; 2017-06-08 15:52:01 +02:00