postgres-operator/pkg/cluster
Oleksii Kliukin 0618723a61 Check rolling updates using controller revisions.
Compare pods controller revisions with the one for the statefulset
to determine whether the pod is running the latest revision and,
therefore, no rolling update is necessary. This is performed only
during the operator start, afterwards the rolling update status
that is stored locally in the cluster structure is used for all
rolling update decisions.
2018-04-09 18:07:24 +02:00
..
cluster.go Check rolling updates using controller revisions. 2018-04-09 18:07:24 +02:00
cluster_test.go Check rolling updates using controller revisions. 2018-04-09 18:07:24 +02:00
exec.go return idle status when worker has nothing to do 2017-10-11 15:42:20 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go Remove team from statefulset selector (#271) 2018-04-06 13:58:47 +02:00
k8sres_test.go Add tests for load balancer function logic 2018-03-27 12:11:46 +02:00
pg.go Some improvements for golint, ineffassign and misspell 2018-02-19 17:46:31 +01:00
pod.go Modify to add extra labels only during resource creation 2018-02-26 11:11:50 +01:00
resources.go Merge pull request #240 from zalando-incubator/feature/goreport-improvements 2018-02-22 11:31:08 +01:00
sync.go Check rolling updates using controller revisions. 2018-04-09 18:07:24 +02:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Check rolling updates using controller revisions. 2018-04-09 18:07:24 +02:00
volumes.go Modify to add extra labels only during resource creation 2018-02-26 11:11:50 +01:00