mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Generated code
This commit is contained in:
@@ -113,9 +113,9 @@ func (in *CSIDriverSpec) DeepCopyInto(out *CSIDriverSpec) {
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
if in.PodInfoRequiredOnMount != nil {
|
||||
in, out := &in.PodInfoRequiredOnMount, &out.PodInfoRequiredOnMount
|
||||
*out = new(bool)
|
||||
if in.PodInfoOnMountVersion != nil {
|
||||
in, out := &in.PodInfoOnMountVersion, &out.PodInfoOnMountVersion
|
||||
*out = new(string)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
|
Reference in New Issue
Block a user