Enable vet

This commit is contained in:
goltermann
2016-04-15 12:18:27 -07:00
parent f3f6ffaa28
commit 3fa6c6f6d9
16 changed files with 33 additions and 35 deletions

View File

@@ -84,7 +84,7 @@ func NewCMServer() *CMServer {
KubeAPIQPS: 20.0,
KubeAPIBurst: 30,
LeaderElection: leaderelection.DefaultLeaderElectionConfiguration(),
ControllerStartInterval: unversioned.Duration{0 * time.Second},
ControllerStartInterval: unversioned.Duration{Duration: 0 * time.Second},
},
}
return &s