postgres-operator/pkg/controller
Dmitry Dolgov d666c52172
ClusterDomain default (#863)
* add json:omitempty option to ClusterDomain

* Add default value for ClusterDomain

Unfortunately, omitempty in operator configuration CRD doesn't mean that
defauls from operator config object will be picked up automatically.
Make sure that ClusterDomain default is specified, so that even when
someone will set cluster_domain = "", it will be overwritted with a
default value.

Co-authored-by: mlu42 <mlu42pro@gmail.com>
2020-03-13 11:51:39 +01:00
..
controller.go bump version to 1.4.0 + some polishing (#839) 2020-02-25 09:50:54 +01:00
logs_and_api.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
node.go add e2e test for node readiness label (#846) 2020-03-06 12:55:34 +01:00
node_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
operator_config.go ClusterDomain default (#863) 2020-03-13 11:51:39 +01:00
pod.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
postgresql.go bump version to 1.4.0 + some polishing (#839) 2020-02-25 09:50:54 +01:00
postgresql_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
types.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go Add CRD validation (#599) 2019-11-28 12:02:05 +01:00
util_test.go Add global option to enable/disable init containers and sidecars (#478) 2019-12-10 15:45:54 +01:00