Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 529 for binder (0.11 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    		profile.Plugins.QueueSort.Enabled = append(profile.Plugins.QueueSort.Enabled, config.Plugin{Name: queueSortPlugin})
    	}
    	if len(profile.Plugins.Bind.Enabled) == 0 {
    		profile.Plugins.Bind.Enabled = append(profile.Plugins.Bind.Enabled, config.Plugin{Name: bindPlugin})
    	}
    	return NewFramework(ctx, r, &profile, opts...)
    }
    
    func TestInitFrameworkWithScorePlugins(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/coherence-banner.png

    coherence-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 18K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/fern-banner.png

    fern-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:53:51 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/propelauth-banner.png

    propelauth-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Dec 06 11:33:48 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 04 22:51:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Aug 24 08:43:44 UTC 2022
    - 107.4K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/jina-ai-banner.png

    jina-ai-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 14 12:37:37 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/platform-sh-banner.png

    platform-sh-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 10 20:58:15 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller.go

    		if err != nil {
    			return err
    		}
    		if !found {
    			// If the PV was created by an external PV provisioner or
    			// bound by external PV binder (e.g. kube-scheduler), it's
    			// possible under heavy load that the corresponding PVC is not synced to
    			// controller local cache yet. So we need to double-check PVC in
    			//   1) informer cache
    			//   2) apiserver if not found in informer cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top