summaryrefslogtreecommitdiff
path: root/common/constants/default.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/constants/default.go')
-rw-r--r--common/constants/default.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index d3ecf7203..361c66a83 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -118,6 +118,11 @@ const (
DefaultNodeUpgradeJobEventBuffer = 1
DefaultNodeUpgradeJobWorkers = 1
+ // ImagePrePullController
+ DefaultImagePrePullJobStatusBuffer = 1024
+ DefaultImagePrePullJobEventBuffer = 1
+ DefaultImagePrePullJobWorkers = 1
+
// Resource sep
ResourceSep = "/"