Fixes formatting and typos in client-go docs

Kubernetes-commit: d0de4483d51c5811202f1731a835c75d8fc8b30e
This commit is contained in:
kfu
2021-04-27 21:28:23 +02:00
committed by Kubernetes Publisher
parent c850435001
commit 6db26dd413
2 changed files with 7 additions and 7 deletions

View File

@@ -325,7 +325,7 @@ func NewInformer(
return clientState, newInformer(lw, objType, resyncPeriod, h, clientState)
}
// NewIndexerInformer returns a Indexer and a controller for populating the index
// NewIndexerInformer returns an Indexer and a Controller for populating the index
// while also providing event notifications. You should only used the returned
// Index for Get/List operations; Add/Modify/Deletes will cause the event
// notifications to be faulty.