Merge branch 'master' into feature/diagnostic-rest-api

# Conflicts:
#	pkg/controller/controller.go
#	pkg/controller/postgresql.go
This commit is contained in:
Murat Kabilov 2017-07-27 14:32:19 +02:00
commit ed0db7193c
2 changed files with 2 additions and 1 deletions

View File

@ -200,4 +200,4 @@ func (c *Controller) runPostgresqlInformer(stopCh <-chan struct{}, wg *sync.Wait
defer wg.Done()
c.postgresqlInformer.Run(stopCh)
}
}

View File

@ -238,6 +238,7 @@ func (c *Controller) processClusterEventsQueue(idx int, stopCh <-chan struct{},
}()
<-stopCh
c.clusterEventQueues[idx].Close()
}
func (c *Controller) queueClusterEvent(old, new *spec.Postgresql, eventType spec.EventType) {