Merge pull request #76281 from zgfh/patch-5

fix typo: "inidvidual"-> "individual"
This commit is contained in:
Kubernetes Prow Robot 2019-06-24 11:23:50 -07:00 committed by GitHub
commit 2a366773e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ func NewCachingConfigMapManager(kubeClient clientset.Interface, getTTL manager.G
// NewWatchingConfigMapManager creates a manager that keeps a cache of all configmaps
// necessary for registered pods.
// It implements the following logic:
// - whenever a pod is created or updated, we start inidvidual watches for all
// - whenever a pod is created or updated, we start individual watches for all
// referenced objects that aren't referenced from other registered pods
// - every GetObject() returns a value from local cache propagated via watches
func NewWatchingConfigMapManager(kubeClient clientset.Interface) Manager {