Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for eventFreshDuration (0.18 sec)

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

    	storageWatchListPageSize = int64(10000)
    	// defaultBookmarkFrequency defines how frequently watch bookmarks should be send
    	// in addition to sending a bookmark right before watch deadline.
    	//
    	// NOTE: Update `eventFreshDuration` when changing this value.
    	defaultBookmarkFrequency = time.Minute
    )
    
    // Config contains the configuration for a given Cache.
    type Config struct {
    	// An underlying storage.Interface.
    	Storage storage.Interface
    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