fix a typo in contributors/devel/controllers.md
This commit is contained in:
parent
9eaa32e5a1
commit
7ca22a5a72
|
|
@ -86,7 +86,7 @@ type Controller struct {
|
|||
func NewController(pods informers.PodInformer) *Controller {
|
||||
c := &Controller{
|
||||
pods: pods.Lister(),
|
||||
podsSynced pods.Informer().HasSynced,
|
||||
podsSynced: pods.Informer().HasSynced,
|
||||
queue: workqueue.NewNamedRateLimitingQueue(workqueue.DefaultControllerRateLimiter(), "controller-name"),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue