Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetOnReplace (0.37 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// it when this function exits (always due to disconnection), only if
    	// we actually got a successful list. This cycle will repeat as needed.
    	successfulList := false
    	c.watchCache.SetOnReplace(func() {
    		successfulList = true
    		c.ready.set(true)
    		klog.V(1).Infof("cacher (%v): initialized", c.groupResource.String())
    		metrics.WatchCacheInitializations.WithLabelValues(c.groupResource.String()).Inc()
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top