mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Enable vet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user