DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineStatus.
()
| 383 | |
| 384 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineStatus. |
| 385 | func (in *PipelineStatus) DeepCopy() *PipelineStatus { |
| 386 | if in == nil { |
| 387 | return nil |
| 388 | } |
| 389 | out := new(PipelineStatus) |
| 390 | in.DeepCopyInto(out) |
| 391 | return out |
| 392 | } |
| 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) { |
nothing calls this directly
no test coverage detected