Skip to content

Commit

Permalink
Merge pull request #4670 from AdamDang/patch-21
Browse files Browse the repository at this point in the history
Fix a mistake in componentconfig.go
  • Loading branch information
k8s-ci-robot authored Mar 14, 2018
2 parents aa34833 + 2e30b4d commit d9d6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kops/componentconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ type KubeControllerManagerConfig struct {
RootCAFile string `json:"rootCAFile,omitempty" flag:"root-ca-file"`
// LeaderElection defines the configuration of leader election client.
LeaderElection *LeaderElectionConfiguration `json:"leaderElection,omitempty"`
// ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop
// AttachDetachReconcileSyncPeriod is the amount of time the reconciler sync states loop
// wait between successive executions. Is set to 1 min by kops by default
AttachDetachReconcileSyncPeriod *metav1.Duration `json:"attachDetachReconcileSyncPeriod,omitempty" flag:"attach-detach-reconcile-sync-period"`
// TerminatedPodGCThreshold is the number of terminated pods that can exist
Expand Down

0 comments on commit d9d6fad

Please sign in to comment.