mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
add more options for vela-controller (#1769)
* add more option for controller 1. add ConcurrentReconciles for setting the concurrent reconcile number of the controller 2. add DependCheckWait for setting the time to wait for ApplicationConfiguration's dependent-resource ready * fix test * add controller reference
This commit is contained in:
@@ -52,4 +52,10 @@ type Args struct {
|
||||
|
||||
// LongWait is controller next reconcile interval time
|
||||
LongWait time.Duration
|
||||
|
||||
// ConcurrentReconciles is the concurrent reconcile number of the controller
|
||||
ConcurrentReconciles int
|
||||
|
||||
// DependCheckWait is the time to wait for ApplicationConfiguration's dependent-resource ready
|
||||
DependCheckWait time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user