Merge pull request #44704 from caiyixiang/del_unuse_const

Automatic merge from submit-queue (batch tested with PRs 44722, 44704, 44681, 44494, 39732)

delete unuse const

delete unuseful const
This commit is contained in:
Kubernetes Submit Queue 2017-04-20 16:00:58 -07:00 committed by GitHub
commit 3cc0e4b5b8

View File

@ -71,8 +71,6 @@ const (
doNotRetry = time.Duration(0)
UserAgentName = "federation-service-controller"
KubeAPIQPS = 20.0
KubeAPIBurst = 30
maxNoOfClusters = 100