Commit 5af42f63 authored by Mike Danese's avatar Mike Danese

autogenerated

parent 9f379df7
...@@ -103,6 +103,7 @@ func DeepCopy_componentconfig_KubeControllerManagerConfiguration(in interface{}, ...@@ -103,6 +103,7 @@ func DeepCopy_componentconfig_KubeControllerManagerConfiguration(in interface{},
out.ServiceAccountKeyFile = in.ServiceAccountKeyFile out.ServiceAccountKeyFile = in.ServiceAccountKeyFile
out.ClusterSigningCertFile = in.ClusterSigningCertFile out.ClusterSigningCertFile = in.ClusterSigningCertFile
out.ClusterSigningKeyFile = in.ClusterSigningKeyFile out.ClusterSigningKeyFile = in.ClusterSigningKeyFile
out.ApproveAllKubeletCSRsForGroup = in.ApproveAllKubeletCSRsForGroup
out.EnableProfiling = in.EnableProfiling out.EnableProfiling = in.EnableProfiling
out.ClusterName = in.ClusterName out.ClusterName = in.ClusterName
out.ClusterCIDR = in.ClusterCIDR out.ClusterCIDR = in.ClusterCIDR
......
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