Update generated files

update generated code
This commit is contained in:
Hemant Kumar
2020-02-24 11:51:50 -05:00
parent f7509d277e
commit 053baaf143
71 changed files with 2064 additions and 1914 deletions

View File

@@ -3691,6 +3691,11 @@ func (in *PodSecurityContext) DeepCopyInto(out *PodSecurityContext) {
*out = new(int64)
**out = **in
}
if in.FSGroupChangePolicy != nil {
in, out := &in.FSGroupChangePolicy, &out.FSGroupChangePolicy
*out = new(PodFSGroupChangePolicy)
**out = **in
}
if in.Sysctls != nil {
in, out := &in.Sysctls, &out.Sysctls
*out = make([]Sysctl, len(*in))