Support invalid HTTPRoute status

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Kevin Pollet
2024-05-22 17:20:04 +02:00
committed by GitHub
parent 7fdb1ff8af
commit 0e215f9b61
7 changed files with 361 additions and 297 deletions
@@ -2187,6 +2187,11 @@ func (in *WRRService) DeepCopyInto(out *WRRService) {
*out = new(int)
**out = **in
}
if in.Status != nil {
in, out := &in.Status, &out.Status
*out = new(int)
**out = **in
}
return
}