postgres-operator/pkg/cluster
Oleksii Kliukin 59a214727c Fix clone for origins in non-default namespaces.
By default, spilo sets WAL_BUCKET_SCOPE_PREFIX depending on the cluster
namespace, possibly to a non-empty string. However, we won't be able to
clone those clusters, as the clone prefix is always set to an empty string.

We could go the other way around and set both WAL_BUCKET_SCOPE_PREFIX
and CLONE_WAL_BUCKET_SCOPE_PREFIX to a non-default value that depends
on the cluster's namespace, but it seems that we don't need this
feature for now (no conflict will occur even for clusters with the
same name and different namespaces because of the SCOPE_SUFFIX) and
it requires some additional testing first.
2018-03-01 12:26:09 +01:00
..
cluster.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
cluster_test.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01: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 Fix clone for origins in non-default namespaces. 2018-03-01 12:26:09 +01: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 update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Modify to add extra labels only during resource creation 2018-02-26 11:11:50 +01:00
volumes.go Modify to add extra labels only during resource creation 2018-02-26 11:11:50 +01:00