Enforcing back tenant selection using closest match (#129)

This commit is contained in:
Dario Tranchitella
2020-11-05 11:20:48 +01:00
committed by GitHub
parent 0ce901f8dd
commit 2c54d91306
4 changed files with 76 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ import (
)
const (
defaultTimeoutInterval = 20 * time.Second
defaultTimeoutInterval = 10 * time.Second
podRecreationTimeoutInterval = 90 * time.Second
defaultPollInterval = time.Second
)