Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wasBookmarkAfterRvReceivedLocked (0.24 sec)

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

    	}
    	return heartbeatTime, true
    }
    
    // wasBookmarkAfterRvReceived same as wasBookmarkAfterRvReceivedLocked just acquires a lock
    func (c *cacheWatcher) wasBookmarkAfterRvReceived() bool {
    	c.stateMutex.Lock()
    	defer c.stateMutex.Unlock()
    	return c.wasBookmarkAfterRvReceivedLocked()
    }
    
    // wasBookmarkAfterRvReceivedLocked checks if the given cacheWatcher
    // have seen a bookmark event >= bookmarkAfterResourceVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
Back to top