summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorwackxu <xushiwei5@huawei.com>2022-10-28 14:19:05 +0800
committerwackxu <xushiwei5@huawei.com>2022-10-28 14:19:05 +0800
commit357d69a7bf1f7d51a517c2adf9a23175b2c348bb (patch)
treed0c836bc7f6726b412224118bfa2d84320cddee5 /common
parentMerge pull request #4339 from hexiaodai/jianmin/#4280 (diff)
downloadkubeedge-357d69a7bf1f7d51a517c2adf9a23175b2c348bb.tar.gz
remove unused service config
Signed-off-by: wackxu <xushiwei5@huawei.com>
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index 9f0ac3677..27a572584 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -82,8 +82,6 @@ const (
DefaultUpdateNodeStatusWorkers = 1
DefaultQueryConfigMapWorkers = 4
DefaultQuerySecretWorkers = 4
- DefaultQueryServiceWorkers = 4
- DefaultQueryEndpointsWorkers = 4
DefaultQueryPersistentVolumeWorkers = 4
DefaultQueryPersistentVolumeClaimWorkers = 4
DefaultQueryVolumeAttachmentWorkers = 4
@@ -102,8 +100,6 @@ const (
DefaultUpdateNodeStatusBuffer = 1024
DefaultQueryConfigMapBuffer = 1024
DefaultQuerySecretBuffer = 1024
- DefaultQueryServiceBuffer = 1024
- DefaultQueryEndpointsBuffer = 1024
DefaultQueryPersistentVolumeBuffer = 1024
DefaultQueryPersistentVolumeClaimBuffer = 1024
DefaultQueryVolumeAttachmentBuffer = 1024
@@ -120,8 +116,6 @@ const (
DefaultPodEventBuffer = 1
DefaultConfigMapEventBuffer = 1
DefaultSecretEventBuffer = 1
- DefaultServiceEventBuffer = 1
- DefaultEndpointsEventBuffer = 1
DefaultRulesEventBuffer = 1
DefaultRuleEndpointsEventBuffer = 1