make deepcopy

Signed-off-by: Pilipalaca <85749695@qq.com>
This commit is contained in:
Pilipalaca
2022-04-27 15:50:46 +08:00
parent e90efe1c34
commit 1e5c4c7749
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
//go:build !ignore_autogenerated
// +build !ignore_autogenerated
/*
@@ -141,7 +142,7 @@ func (in *GatewayList) DeepCopyObject() runtime.Object {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GatewaySpec) DeepCopyInto(out *GatewaySpec) {
*out = *in
in.Conroller.DeepCopyInto(&out.Conroller)
in.Controller.DeepCopyInto(&out.Controller)
in.Service.DeepCopyInto(&out.Service)
in.Deployment.DeepCopyInto(&out.Deployment)
}