in api/v1/zz_generated.deepcopy.go [148:160]
func (in *QualityGate) DeepCopyInto(out *QualityGate) {
*out = *in
if in.AutotestName != nil {
in, out := &in.AutotestName, &out.AutotestName
*out = new(string)
**out = **in
}
if in.BranchName != nil {
in, out := &in.BranchName, &out.BranchName
*out = new(string)
**out = **in
}
}