Add codegen artifacts for kubelet flag

This commit is contained in:
derekwaynecarr
2016-07-20 18:15:13 -04:00
parent 99bddd23c4
commit d6e23b984c
5 changed files with 717 additions and 664 deletions

View File

@@ -300,6 +300,7 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface
out.EvictionSoftGracePeriod = in.EvictionSoftGracePeriod
out.EvictionPressureTransitionPeriod = in.EvictionPressureTransitionPeriod
out.EvictionMaxPodGracePeriod = in.EvictionMaxPodGracePeriod
out.EvictionMinimumReclaim = in.EvictionMinimumReclaim
out.PodsPerCore = in.PodsPerCore
out.EnableControllerAttachDetach = in.EnableControllerAttachDetach
if in.SystemReserved != nil {