fix typo: "inidvidual"-> "individual"

fix typo: "inidvidual"-> "individual"
This commit is contained in:
Alan 2019-04-09 03:02:50 +08:00 committed by GitHub
parent 7a47bc3d1d
commit b00911a920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,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 {