-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
generationIssues pertaining to the generate ability.Issues pertaining to the generate ability.
Milestone
Description
@realshuting Do we still need this ?
Since it's not doing anything.
// Run starts the generate request spec
func (g *Generator) Run(workers int, stopCh <-chan struct{}) {
logger := g.log
defer utilruntime.HandleCrash()
logger.V(4).Info("starting")
defer func() {
logger.V(4).Info("shutting down")
}()
if !cache.WaitForCacheSync(stopCh, g.grSynced) {
logger.Info("failed to sync informer cache")
return
}
<-g.stopCh
}
Originally posted by @NoSkillGirl in #1931 (comment)
Metadata
Metadata
Assignees
Labels
generationIssues pertaining to the generate ability.Issues pertaining to the generate ability.