Run code generation for new field

This commit is contained in:
James Sturtevant
2019-02-04 19:21:33 +00:00
committed by Claudiu Belu
parent e8b369ff3c
commit 1c4edfba57
70 changed files with 5752 additions and 5555 deletions

View File

@@ -5523,6 +5523,11 @@ func (in *WindowsSecurityContextOptions) DeepCopyInto(out *WindowsSecurityContex
*out = new(string)
**out = **in
}
if in.RunAsUserName != nil {
in, out := &in.RunAsUserName, &out.RunAsUserName
*out = new(string)
**out = **in
}
return
}