Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for flowcontrolv1 (0.14 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/sets"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/util/flowcontrol"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	apitest "k8s.io/cri-api/pkg/apis/testing"
    	podutil "k8s.io/kubernetes/pkg/api/v1/pod"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    			return storage.NewKeyNotFoundError(key, int64(readResourceVersion))
    		}
    	}
    	return nil
    }
    
    // NOTICE: Keep in sync with shouldListFromStorage function in
    //
    //	staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/list_work_estimator.go
    func shouldDelegateList(opts storage.ListOptions) bool {
    	resourceVersion := opts.ResourceVersion
    	pred := opts.Predicate
    	match := opts.ResourceVersionMatch
    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