postgres-operator/pkg/controller
Dmitrii Dolgov dbd4f43e45 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.
2020-03-10 14:31:18 +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 Set statefulset update and management policy explicitly (#515) 2019-03-13 11:49:18 +01:00
node_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
operator_config.go Add default value for ClusterDomain 2020-03-10 14:31:18 +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