postgres-operator/pkg/cluster
Oleksii Kliukin 03064637f1 Allow disabling access to the DB and the Teams API.
Command-line options --nodatabaseaccess and --noteamsapi disable all
teams api interaction and access to the Postgres database. This is
useful for debugging purposes when the operator runs out of cluster
(with --outofcluster flag).

The same effect can be achieved by setting enable_db_access and/or
enable_teams_api to false.
2017-05-12 17:40:48 +02:00
..
cluster.go Allow disabling access to the DB and the Teams API. 2017-05-12 17:40:48 +02:00
k8sres.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00
pg.go Allow disabling access to the DB and the Teams API. 2017-05-12 17:40:48 +02:00
pod.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00
resources.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00
sync.go Allow disabling access to the DB and the Teams API. 2017-05-12 17:40:48 +02:00
util.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00