Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for planes (0.32 sec)

  1. src/cmd/go/alldocs.go

    // checks, use the -vet=all flag.
    //
    // All test output and summary lines are printed to the go command's
    // standard output, even if the test printed them to its own standard
    // error. (The go command's standard error is reserved for printing
    // errors building the tests.)
    //
    // The go command places $GOROOT/bin at the beginning of $PATH
    // in the test's environment, so that tests that execute
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    					Labels: map[string]string{"node-role.kubernetes.io/master": "", "node-role.kubernetes.io/control-plane": "", "node-role.kubernetes.io/proxy": "", "kubernetes.io/role": "node"},
    				},
    			},
    			// Columns: Name, Status, Roles, Age, KubeletVersion
    			expected: []metav1.TableRow{{Cells: []interface{}{"foo10", "Unknown", "control-plane,master,node,proxy", "<unknown>", ""}}},
    		},
    		{
    			node: api.Node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        "Replicate TensorList init ops for correct shape assignments in shape inference";
    
      let description = [{
        If we pass same TensorList to a while op as multiple arguments or just use
        the same TensorList at multiple places and assign different
        TensorListSetItem to elements of TensorList, the shape inference is then
        unable to identify the Shape of these args and thus the input TensorList
        shape is unidentifiable.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    the capitalization.)\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber>\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  6. tests/integration/pilot/common/routing.go

    		templateVars: func(src echo.Callers, dests echo.Instances) map[string]any {
    			// Test all cipher suites, including a fake one. Envoy should accept all of the ones on the "valid" list,
    			// and control plane should filter our invalid one.
    
    			params := templateParams(protocol.HTTPS, src, dests, append(sets.SortedList(security.ValidCipherSuites), "fake"), ports.HTTP.Name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      ln -s "${device}" "${sym}"
      echo "Created a symlink for SSD $ssd at ${sym}"
      chmod a+w "${sym}"
    }
    
    # Gets a pregenerated UUID from ${ssdmap} if it exists, otherwise generates a new
    # UUID and places it inside ${ssdmap}
    function get-or-generate-uuid(){
      local device="${1}"
    
      local ssdmap="/home/kubernetes/localssdmap.txt"
      echo "Generating or getting UUID from ${ssdmap}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. src/net/http/server.go

    // from closing a connection with known unread data.
    // This RST seems to occur mostly on BSD systems. (And Windows?)
    // This timeout is somewhat arbitrary (~latency around the planet),
    // and may be modified by tests.
    //
    // TODO(bcmills): This should arguably be a server configuration parameter,
    // not a hard-coded value.
    var rstAvoidanceDelay = 500 * time.Millisecond
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    		wantStatusCode            map[string]framework.Code
    		enableNodeInclusionPolicy bool
    	}{
    		{
    			// 1. to fulfil "zone" constraint, incoming pod can be placed on any zone (hence any node)
    			// 2. to fulfil "node" constraint, incoming pod can be placed on node-x
    			// intersection of (1) and (2) returns node-x
    			name: "two Constraints on zone and node, spreads = [3/3, 2/1/0/3]",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

          #flags+=" --bootstrap-kubeconfig=/var/lib/kubelet/bootstrap-kubeconfig"
          #flags+=" --kubeconfig=/var/lib/kubelet/kubeconfig"
          flags+=" --register-with-taints=node-role.kubernetes.io/control-plane=:NoSchedule"
          flags+=" --kubeconfig=/var/lib/kubelet/bootstrap-kubeconfig"
          flags+=" --register-schedulable=false"
        fi
        if [[ "${MASTER_OS_DISTRIBUTION}" == "ubuntu" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top