Merge branch 'v1.3' into master
This commit is contained in:
commit
71111708d4
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ func (c *clientImpl) WatchSecrets(watchCh chan<- interface{}, stopCh <-chan stru
|
||||||
|
|
||||||
c.secStore, c.secController = cache.NewInformer(
|
c.secStore, c.secController = cache.NewInformer(
|
||||||
source,
|
source,
|
||||||
&v1.Endpoints{},
|
&v1.Secret{},
|
||||||
resyncPeriod,
|
resyncPeriod,
|
||||||
newResourceEventHandlerFuncs(watchCh))
|
newResourceEventHandlerFuncs(watchCh))
|
||||||
go c.secController.Run(stopCh)
|
go c.secController.Run(stopCh)
|
||||||
|
|
Loading…
Reference in a new issue