diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-19 21:32:10 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-20 15:23:39 +0800 |
| commit | de7b4b6c8b2114ba50763bfc9b18fd4a6b4ccabb (patch) | |
| tree | bdd7ba51627d540a96c7f2a4288e3ff8200b9418 /common | |
| parent | Merge pull request #4152 from Shelley-BaoYue/feature-new-edged-stage3 (diff) | |
| download | kubeedge-de7b4b6c8b2114ba50763bfc9b18fd4a6b4ccabb.tar.gz | |
add patch pod operation
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 1685eacf5..63f35f3a7 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -91,6 +91,7 @@ const ( DefaultPatchNodeWorkers = 4 DefaultQueryNodeWorkers = 4 DefaultUpdateNodeWorkers = 4 + DefaultPatchPodWorkers = 4 DefaultDeletePodWorkers = 4 DefaultUpdateRuleStatusWorkers = 4 DefaultCreateLeaseWorkers = 4 @@ -110,6 +111,7 @@ const ( DefaultPatchNodeBuffer = 1024 DefaultQueryNodeBuffer = 1024 DefaultUpdateNodeBuffer = 1024 + DefaultPatchPodBuffer = 1024 DefaultDeletePodBuffer = 1024 DefaultCreateLeaseBuffer = 1024 DefaultQueryLeaseBuffer = 1024 |
