Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emptyfunc (0.62 sec)

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

    	// given that memory allocation may trigger GC and block the thread.
    	// Also note that emptyFunc is a placeholder, until we will be able
    	// to compute watcher.forget function (which has to happen under lock).
    	watcher := newCacheWatcher(
    		chanSize,
    		filterWithAttrsFunction(key, pred),
    		emptyFunc,
    		c.versioner,
    		deadline,
    		pred.AllowWatchBookmarks,
    		c.groupResource,
    		identifier,
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    	} else {
    		meta.SetNamespace(genericapirequest.NamespaceValue(t.TestContext()))
    	}
    	meta.SetGenerateName("")
    	meta.SetGeneration(1)
    }
    
    type AssignFunc func([]runtime.Object) []runtime.Object
    type EmitFunc func(runtime.Object, string) error
    type GetFunc func(context.Context, runtime.Object) (runtime.Object, error)
    type InitWatchFunc func()
    type InjectErrFunc func(err error)
    type IsErrorFunc func(err error) bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top