Re-generate deepcopy file
This commit is contained in:
@@ -34,8 +34,8 @@ func (in *CSIVolumeSnapshotSource) DeepCopyInto(out *CSIVolumeSnapshotSource) {
|
|||||||
*out = new(int64)
|
*out = new(int64)
|
||||||
**out = **in
|
**out = **in
|
||||||
}
|
}
|
||||||
if in.Size != nil {
|
if in.RestoreSize != nil {
|
||||||
in, out := &in.Size, &out.Size
|
in, out := &in.RestoreSize, &out.RestoreSize
|
||||||
x := (*in).DeepCopy()
|
x := (*in).DeepCopy()
|
||||||
*out = &x
|
*out = &x
|
||||||
}
|
}
|
||||||
@@ -331,8 +331,8 @@ func (in *VolumeSnapshotStatus) DeepCopyInto(out *VolumeSnapshotStatus) {
|
|||||||
in, out := &in.CreationTime, &out.CreationTime
|
in, out := &in.CreationTime, &out.CreationTime
|
||||||
*out = (*in).DeepCopy()
|
*out = (*in).DeepCopy()
|
||||||
}
|
}
|
||||||
if in.Size != nil {
|
if in.RestoreSize != nil {
|
||||||
in, out := &in.Size, &out.Size
|
in, out := &in.RestoreSize, &out.RestoreSize
|
||||||
x := (*in).DeepCopy()
|
x := (*in).DeepCopy()
|
||||||
*out = &x
|
*out = &x
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user