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 = new(bool)
|
||||||
**out = **in
|
**out = **in
|
||||||
}
|
}
|
||||||
if in.PodInfoRequiredOnMount != nil {
|
if in.PodInfoOnMountVersion != nil {
|
||||||
in, out := &in.PodInfoRequiredOnMount, &out.PodInfoRequiredOnMount
|
in, out := &in.PodInfoOnMountVersion, &out.PodInfoOnMountVersion
|
||||||
*out = new(bool)
|
*out = new(string)
|
||||||
**out = **in
|
**out = **in
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user