Generated code

This commit is contained in:
saad-ali
2018-08-31 17:36:45 -07:00
parent 0b9ce0cf93
commit 66096a1dd1

View File

@@ -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