update codegen

This commit is contained in:
Felix Kunde 2020-03-18 14:18:39 +01:00
parent a0e88ae354
commit 6c3d4a923e
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ func (in *KubernetesMetaConfiguration) DeepCopyInto(out *KubernetesMetaConfigura
(*out)[key] = val
}
}
out.PodEnvironmentConfigMap = in.PodEnvironmentConfigMap
return
}