Cleanup storeToClusterConditionLister

ClusterConditionPredicate() has been deleted,
storeToClusterConditionLister will be unused.
This commit is contained in:
FengyunPan
2017-04-27 11:51:26 +08:00
parent 2c8a156579
commit 7d4c66c5b5
3 changed files with 1 additions and 34 deletions

View File

@@ -33,10 +33,7 @@ import (
)
const (
UserAgentName = "Cluster-Controller"
KubeAPIQPS = 20.0
KubeAPIBurst = 30
KubeconfigSecretDataKey = "kubeconfig"
UserAgentName = "Cluster-Controller"
)
type ClusterClient struct {