postgres-operator/pkg/controller
Murat Kabilov 6f7399b36f Sync clusters states
* move statefulset creation from cluster spec to the separate function
* sync cluster state with desired state;
* move out from arrays for cluster resources;
* recreate pods instead of deleting them in case of statefulset change
* check for master while creating cluster/updating pods
* simplify retryutil
* list pvc while listing resources
* name kubernetes resources with capital letter
* do rolling update in case of env variables change
2017-05-12 11:41:27 +02:00
..
controller.go get rid of arrays in the kuberesources; 2017-05-12 11:41:26 +02:00
etcd.go Pod Rolling update 2017-05-12 11:41:25 +02:00
pod.go Sync clusters states 2017-05-12 11:41:27 +02:00
postgresql.go Sync clusters states 2017-05-12 11:41:27 +02:00
util.go Sync clusters states 2017-05-12 11:41:27 +02:00