Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for progressNotifyEvent (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go

    			klog.Errorf("failed to sync with latest state: %v", err)
    			wc.sendError(err)
    			return
    		}
    	}
    	if initialEventsEndBookmarkRequired {
    		wc.sendEvent(func() *event {
    			e := progressNotifyEvent(wc.initialRev)
    			e.isInitialEventsEndBookmark = true
    			return e
    		}())
    	}
    	opts := []clientv3.OpOption{clientv3.WithRev(wc.initialRev + 1), clientv3.WithPrevKV()}
    	if wc.recursive {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 10:26:38 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top