postgres-operator/pkg/util
Oleksii Kliukin 8b85935a7a Allow cloning clusters from the operator. (#90)
Allow cloning clusters from the operator.

The changes add a new JSON node `clone` with possible values `cluster`
and `timestamp`. `cluster` is mandatory, and setting a non-empty
`timestamp` triggers wal-e point in time recovery. Spilo and Patroni do
the whole heavy-lifting, the operator just defines certain variables and
gathers some data about how to connect to the host to clone or the
target S3 bucket.

As a minor change, set the image pull policy to IfNotPresent instead
of Always to simplify local testing.

Change the default replication username to standby.
2017-09-08 16:47:03 +02:00
..
config Allow cloning clusters from the operator. (#90) 2017-09-08 16:47:03 +02:00
constants Fix golint warnings 2017-08-01 16:08:56 +02:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil Fix golint warnings 2017-08-01 16:08:56 +02:00
patroni Add patroni api client 2017-08-30 16:01:18 +02:00
retryutil Fix golint warnings 2017-08-01 16:08:56 +02:00
ringlog add ringlog 2017-08-15 11:59:09 +02:00
teams fix test 2017-08-15 10:41:04 +02:00
users Skip running empty set of queries 2017-08-01 10:09:09 +02:00
volumes Fix golint warnings 2017-08-01 16:08:56 +02:00
util.go remove var shading; fix imports 2017-08-15 15:59:10 +02:00
util_test.go make controllerinformer interface private; 2017-08-15 14:07:16 +02:00