Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newListObjectFunc (0.14 sec)

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

    		newObjectFunc     func(index int, total int, expect int) runtime.Object
    		newListObjectFunc func() runtime.Object
    	}{
    		{
    			name:              "pick 50 pods out of 5000 pod",
    			objectNum:         5000,
    			expectNum:         50,
    			selector:          labels.SelectorFromSet(map[string]string{"foo": "bar"}),
    			newObjectFunc:     generateBigPod,
    			newListObjectFunc: func() runtime.Object { return &examplev1.PodList{} },
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top