mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
codegen: update componentconfig
This commit is contained in:
parent
803c7ac299
commit
9e45f62fc3
File diff suppressed because it is too large
Load Diff
@ -97,6 +97,8 @@ func DeepCopy_componentconfig_KubeControllerManagerConfiguration(in interface{},
|
|||||||
out.NodeStartupGracePeriod = in.NodeStartupGracePeriod
|
out.NodeStartupGracePeriod = in.NodeStartupGracePeriod
|
||||||
out.NodeMonitorPeriod = in.NodeMonitorPeriod
|
out.NodeMonitorPeriod = in.NodeMonitorPeriod
|
||||||
out.ServiceAccountKeyFile = in.ServiceAccountKeyFile
|
out.ServiceAccountKeyFile = in.ServiceAccountKeyFile
|
||||||
|
out.ClusterSigningCertFile = in.ClusterSigningCertFile
|
||||||
|
out.ClusterSigningKeyFile = in.ClusterSigningKeyFile
|
||||||
out.EnableProfiling = in.EnableProfiling
|
out.EnableProfiling = in.EnableProfiling
|
||||||
out.ClusterName = in.ClusterName
|
out.ClusterName = in.ClusterName
|
||||||
out.ClusterCIDR = in.ClusterCIDR
|
out.ClusterCIDR = in.ClusterCIDR
|
||||||
|
Loading…
Reference in New Issue
Block a user