mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-04 15:14:12 +00:00
Fixes formatting and typos in client-go docs
Kubernetes-commit: d0de4483d51c5811202f1731a835c75d8fc8b30e
This commit is contained in:
committed by
Kubernetes Publisher
parent
c850435001
commit
6db26dd413
2
tools/cache/controller.go
vendored
2
tools/cache/controller.go
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user