mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
GENERATED: all
This commit is contained in:
@@ -2778,6 +2778,11 @@ func deepCopy_runtime_RawExtension(in runtime.RawExtension, out *runtime.RawExte
|
||||
} else {
|
||||
out.RawJSON = nil
|
||||
}
|
||||
if newVal, err := c.DeepCopy(in.Object); err != nil {
|
||||
return err
|
||||
} else {
|
||||
out.Object = newVal.(runtime.Object)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user