postgres-operator/pkg/util
Oleksii Kliukin dc36c4ca12 Implement replicaLoadBalancer boolean flag. (#38)
The flag adds a replica service with the name cluster_name-repl and
a DNS name that defaults to {cluster}-repl.{team}.{hostedzone}.

The implementation converted Service field of the cluster into a map
with one or two elements and deals with the cases when the new flag
is changed on a running cluster
(the update and the sync should create or delete the replica service).
In order to pick up master and replica service and master endpoint
when listing cluster resources.

* Update the spec when updating the cluster.
2017-06-07 13:54:17 +02:00
..
config Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
constants Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
filesystems Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
k8sutil Fix the golint, gosimple warnings 2017-05-18 17:38:54 +02:00
retryutil Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
teams Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
users Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
volumes Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00
util.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00