postgres-operator/pkg/spec
Oleksii Kliukin d2d3f21dc2 Client go upgrade v6 (#352)
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-08-01 11:08:01 +02:00
..
postgresql.go Client go upgrade v6 (#352) 2018-08-01 11:08:01 +02:00
postgresql_test.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
types.go Client go upgrade v6 (#352) 2018-08-01 11:08:01 +02:00
types_test.go Adjust unit tests for namespace decoding 2018-02-16 11:13:08 +01:00