DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *PostgresSpec)
| 393 | |
| 394 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 395 | func (in *PostgresSpec) DeepCopyInto(out *PostgresSpec) { |
| 396 | *out = *in |
| 397 | } |
| 398 | |
| 399 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSpec. |
| 400 | func (in *PostgresSpec) DeepCopy() *PostgresSpec { |