postgres-operator/pkg/spec
Oleksii Kliukin da4cc2705b Use deepcopy to propagate the spec to clusters.
Avoid sharing pointers to the same spec data between the informer
and the clusters. The only catch is that the error field is cleared
during deepcopy, since it is an interface that may contain private
fields that cannot be copied, however, the error is only used when
the manifest is parsed and before it is queued, therefore, we never
refer to that field in the cluster structure.
2018-05-17 16:05:12 +02:00
..
postgresql.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
postgresql_test.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
types.go Improve infrastructure role definitions (#208) 2018-04-04 17:21:36 +02:00
types_test.go Adjust unit tests for namespace decoding 2018-02-16 11:13:08 +01:00