Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for schedulings (0.31 sec)

  1. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryReleaseCpu$enumunboxing$(I)Z
    HSPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->trySteal(Z)Lkotlinx/coroutines/scheduling/Task;
    HSPLkotlinx/coroutines/scheduling/CoroutineScheduler;-><clinit>()V
    HSPLkotlinx/coroutines/scheduling/CoroutineScheduler;-><init>(IIJLjava/lang/String;)V
    HSPLkotlinx/coroutines/scheduling/CoroutineScheduler;->createNewWorker()I
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

              },
              {
                "group": "scheduling.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "scheduling.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "scheduling.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    	// Update pod condition to midPod.
    	podutil.UpdatePodCondition(&midPod.Status, &v1.PodCondition{
    		Type:    v1.PodScheduled,
    		Status:  v1.ConditionFalse,
    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

              },
              "scheduling": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.node.v1.Scheduling"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    			if err != nil {
    				t.Fatal(err)
    			}
    			s.ScheduleOne(ctx)
    			// Wait for pod to succeed or fail scheduling
    			select {
    			case <-eventChan:
    			case <-time.After(wait.ForeverTestTimeout):
    				t.Fatalf("scheduling timeout after %v", wait.ForeverTestTimeout)
    			}
    			stopFunc()
    			// Wait for scheduling to return an error or succeed binding.
    			var (
    				gotErr  error
    				gotBind *v1.Binding
    			)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "type": "object"
        },
        "io.k8s.api.core.v1.Affinity": {
          "description": "Affinity is a group of affinity scheduling rules.",
          "properties": {
            "nodeAffinity": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeAffinity",
              "description": "Describes node affinity scheduling rules for the pod."
            },
            "podAffinity": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinity",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers.go

    	flowcontrolv1 "k8s.io/api/flowcontrol/v1"
    	networkingv1alpha1 "k8s.io/api/networking/v1alpha1"
    	rbacv1beta1 "k8s.io/api/rbac/v1beta1"
    	resourcev1alpha2 "k8s.io/api/resource/v1alpha2"
    	schedulingv1 "k8s.io/api/scheduling/v1"
    	storagev1 "k8s.io/api/storage/v1"
    	storagev1alpha1 "k8s.io/api/storage/v1alpha1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/runtime"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    					{key: "node", value: "node-a"}: 1,
    					{key: "node", value: "node-b"}: 1,
    					{key: "node", value: "node-x"}: 2,
    				},
    			},
    		},
    		{
    			name: "add a pod when scheduling node affinity unmatched pod with NodeInclusionPolicy disabled",
    			preemptor: st.MakePod().Name("p").Label("foo", "").NodeAffinityNotIn("foo", []string{"bar"}).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  9. pkg/kubelet/eviction/eviction_manager_test.go

    	manager := &managerImpl{}
    	pods := []*v1.Pod{
    		newPod("guaranteed-pod", scheduling.DefaultPriorityWhenNoDefaultClassExists, makeContainersByQOS(v1.PodQOSGuaranteed), nil),
    		newPod("burstable-pod", scheduling.DefaultPriorityWhenNoDefaultClassExists, makeContainersByQOS(v1.PodQOSBurstable), nil),
    		newPod("best-effort-pod", scheduling.DefaultPriorityWhenNoDefaultClassExists, makeContainersByQOS(v1.PodQOSBestEffort), nil),
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    		resetspinning()
    	}
    
    	if sched.disable.user && !schedEnabled(gp) {
    		// Scheduling of this goroutine is disabled. Put it on
    		// the list of pending runnable goroutines for when we
    		// re-enable user scheduling and look again.
    		lock(&sched.lock)
    		if schedEnabled(gp) {
    			// Something re-enabled scheduling while we
    			// were acquiring the lock.
    			unlock(&sched.lock)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top