postgres-operator/pkg
Oleksii Kliukin ebe50abccb
Make sure we never modify informer cached manifest. (#290)
987b434 introduced a new function that modifies the cluster spec in
memory before the cluster processes it. Unfortunately, the instance
being modified appeared to be the one stored internally in the
PostgresInformer, resulting in those modifications to be propagated with
futher cluster events and producing update loops in some occasions.

This commit makes sure we copy the spec before putting it into the
clusterEventQueues.
2018-05-16 18:23:31 +02:00
..
apiserver Merge pull request #240 from zalando-incubator/feature/goreport-improvements 2018-02-22 11:31:08 +01:00
cluster Minor import fix 2018-05-15 16:53:12 +02:00
controller Make sure we never modify informer cached manifest. (#290) 2018-05-16 18:23:31 +02:00
spec Remove the check for the clone cluster name. (#270) 2018-05-03 10:21:37 +02:00
util Address code review by @zerg-junior 2018-05-15 16:50:03 +02:00