Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 771 for knight (0.13 sec)

  1. pkg/scheduler/framework/plugins/noderesources/test_util.go

    	defaultResources     = []config.ResourceSpec{
    		{Name: string(v1.ResourceCPU), Weight: 1},
    		{Name: string(v1.ResourceMemory), Weight: 1},
    	}
    	extendedRes         = "abc.com/xyz"
    	extendedResourceSet = []config.ResourceSpec{
    		{Name: string(v1.ResourceCPU), Weight: 1},
    		{Name: string(v1.ResourceMemory), Weight: 1},
    		{Name: extendedRes, Weight: 1},
    	}
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 01:07:28 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/javaPluginTasks.graphml

            <y:ShapeNode>
              <y:Geometry height="30.0" width="140.0" x="0.0" y="73.32352941176471"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
              <y:BorderStyle color="#000000" type="line" width="1.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  3. pkg/ledger/smt_tools.go

    		}
    		return nil, nil
    	}
    	if bitIsSet(key, s.trieHeight-height) {
    		// visit right node
    		return s.get(rnode, key, batch, 2*iBatch+2, height-1)
    	}
    	// visit left node
    	return s.get(lnode, key, batch, 2*iBatch+1, height-1)
    }
    
    // DefaultHash is a getter for the defaultHashes array
    func (s *smt) DefaultHash(height int) []byte {
    	return s.defaultHashes[height]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. pilot/pkg/xds/testdata/benchmarks/knative-gateway.yaml

            port:
              number: 80
          headers:
            request:
              set:
                Knative-Serving-Namespace: default
                Knative-Serving-Revision: hello-{{$i}}
          weight: 100
      - match:
        - authority:
            prefix: hello.default
          gateways:
          - knative-serving/knative-local-gateway
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 19 16:50:51 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  5. src/net/dnsclient_test.go

    	testUniformity(t, 3, 0.10)
    	testUniformity(t, 10, 0.20)
    	testWeighting(t, 0.05)
    }
    
    func testWeighting(t *testing.T, margin float64) {
    	data := []*SRV{
    		{Target: "a", Weight: 60},
    		{Target: "b", Weight: 30},
    		{Target: "c", Weight: 10},
    	}
    	checkDistribution(t, data, margin)
    }
    
    func TestWeighting(t *testing.T) {
    	testWeighting(t, 0.05)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 12 16:30:11 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  6. docs/en/docs/img/deployment/https/https03.drawio

                        <mxGeometry x="-60" y="-540" width="330" height="260" as="geometry"/>
                    </mxCell>
                    <mxCell id="6" value="" style="rounded=0;whiteSpace=wrap;html=1;fontStyle=1;strokeWidth=4;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
                        <mxGeometry x="495" y="320" width="355" height="440" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/inspectingDependencies-dependencyInsightReport/groovy/settings.gradle

    rootProject.name = 'dependency-insight-report'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 47 bytes
    - Viewed (0)
  8. pkg/scheduler/apis/config/v1/defaults.go

    	if len(obj.Resources) == 0 {
    		obj.Resources = defaultResourceSpec
    		return
    	}
    	// If the weight is not set or it is explicitly set to 0, then apply the default weight(1) instead.
    	for i := range obj.Resources {
    		if obj.Resources[i].Weight == 0 {
    			obj.Resources[i].Weight = 1
    		}
    	}
    }
    
    func SetDefaults_PodTopologySpreadArgs(obj *configv1.PodTopologySpreadArgs) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/weighted.yaml

      - matches:
        - path:
            type: PathPrefix
            value: /get
        backendRefs:
          - name: httpbin
            port: 80
            weight: 2
          - name: httpbin-other
            port: 8080
            weight: 3
          - name: httpbin-zero
            port: 8080
            weight: 0
      - matches:
        - path:
            type: PathPrefix
            value: /weighted-100
        backendRefs:
        - filters:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/prettify.css

    #066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 673 bytes
    - Viewed (0)
Back to top