Merge pull request #13377 from dasch/patch-1

Fix a typo in the documentation
pull/6/head
Wojciech Tyczynski 2015-09-01 16:41:29 +02:00
commit 39a91bf122
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import (
const (
// We'll attempt to recompute the required replicas of all replication controllers
// the have fulfilled their expectations at least this often. This recomputation
// that have fulfilled their expectations at least this often. This recomputation
// happens based on contents in local pod storage.
FullControllerResyncPeriod = 30 * time.Second