postgres-operator/pkg/controller
Oleksii Kliukin d1c22d4a2e First compilable state with go-client 6.0
There are shortcuts in this code, i.e. we created the deepcopy function
by using the deepcopy package instead of the generated code, that will
be addressed once migrated to client-go v8. Also, some objects,
particularly statefulsets, are still taken from v1beta, this will also
be addressed in further commits once the changes are stabilized.
2018-07-26 12:26:57 +02:00
..
controller.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
node.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
node_test.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
operator_config.go Introduce a repair scan to fix failing clusters (#304) 2018-07-24 11:21:45 +02:00
pod.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
postgresql.go First compilable state with go-client 6.0 2018-07-26 12:26:57 +02:00
postgresql_test.go Make sure we never modify informer cached manifest. (#290) 2018-05-16 18:23:31 +02:00
status.go Respond to code review 2018-02-20 14:43:02 +01:00
util.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
util_test.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00