DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSpec.
()
| 398 | |
| 399 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSpec. |
| 400 | func (in *PostgresSpec) DeepCopy() *PostgresSpec { |
| 401 | if in == nil { |
| 402 | return nil |
| 403 | } |
| 404 | out := new(PostgresSpec) |
| 405 | in.DeepCopyInto(out) |
| 406 | return out |
| 407 | } |
| 408 | |
| 409 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 410 | func (in *Repository) DeepCopyInto(out *Repository) { |
nothing calls this directly
no test coverage detected