codegen: update componentconfig

This commit is contained in:
George Tankersley 2016-07-18 16:43:57 -07:00
parent 803c7ac299
commit 9e45f62fc3
2 changed files with 529 additions and 445 deletions

File diff suppressed because it is too large Load Diff

View File

@ -97,6 +97,8 @@ func DeepCopy_componentconfig_KubeControllerManagerConfiguration(in interface{},
out.NodeStartupGracePeriod = in.NodeStartupGracePeriod
out.NodeMonitorPeriod = in.NodeMonitorPeriod
out.ServiceAccountKeyFile = in.ServiceAccountKeyFile
out.ClusterSigningCertFile = in.ClusterSigningCertFile
out.ClusterSigningKeyFile = in.ClusterSigningKeyFile
out.EnableProfiling = in.EnableProfiling
out.ClusterName = in.ClusterName
out.ClusterCIDR = in.ClusterCIDR