Commit 587b1f84 authored by Jan Chaloupka's avatar Jan Chaloupka

Autogenerate

parent eb967ad1
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -315,6 +315,7 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu ...@@ -315,6 +315,7 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu
} else { } else {
out.KubeReserved = nil out.KubeReserved = nil
} }
out.ProtectKernelDefaults = in.ProtectKernelDefaults
return nil return nil
} }
...@@ -479,6 +480,7 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu ...@@ -479,6 +480,7 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu
} else { } else {
out.KubeReserved = nil out.KubeReserved = nil
} }
out.ProtectKernelDefaults = in.ProtectKernelDefaults
return nil return nil
} }
......
...@@ -374,6 +374,7 @@ func DeepCopy_v1alpha1_KubeletConfiguration(in interface{}, out interface{}, c * ...@@ -374,6 +374,7 @@ func DeepCopy_v1alpha1_KubeletConfiguration(in interface{}, out interface{}, c *
} else { } else {
out.KubeReserved = nil out.KubeReserved = nil
} }
out.ProtectKernelDefaults = in.ProtectKernelDefaults
return nil return nil
} }
} }
......
...@@ -322,6 +322,7 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface ...@@ -322,6 +322,7 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface
} else { } else {
out.KubeReserved = nil out.KubeReserved = nil
} }
out.ProtectKernelDefaults = in.ProtectKernelDefaults
return nil return nil
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment