Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 189 for nodeX (4.63 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go

    	c := pprofCommands[cmd[0]]
    	if c == nil {
    		panic("unexpected nil command")
    	}
    
    	cfg = applyCommandOverrides(cmd[0], c.format, cfg)
    
    	// Create label pseudo nodes before filtering, in case the filters use
    	// the generated nodes.
    	generateTagRootsLeaves(p, cfg, o.UI)
    
    	// Delay focus after configuring report to get percentages on all samples.
    	relative := cfg.RelativePercentages
    	if relative {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. .github/actions/notify-translations/app/main.py

    all_discussions_query = """
    query Q($category_id: ID) {
      repository(name: "fastapi", owner: "tiangolo") {
        discussions(categoryId: $category_id, first: 100) {
          nodes {
            title
            id
            number
            labels(first: 10) {
              edges {
                node {
                  id
                  name
                }
              }
            }
          }
        }
      }
    }
    """
    
    translation_discussion_query = """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 23:01:46 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/node/node_authorizer.go

    //     node <- pod <- pvc
    //     node <- pod <- pvc <- pv
    //     node <- pod <- pvc <- pv <- secret
    //     node <- pod <- ResourceClaim
    //  4. If a request is for a resourceslice, then authorize access if there is an
    //     edge from the existing slice object to the node, which is the case if the
    //     existing object has the node in its NodeName field. For create, the access gets
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go

    // It may include fake ast.Node implementations for bare tokens.
    // it is not safe to call (e.g.) ast.Walk on such nodes.
    func childrenOf(n ast.Node) []ast.Node {
    	var children []ast.Node
    
    	// First add nodes for all true subtrees.
    	ast.Inspect(n, func(node ast.Node) bool {
    		if node == n { // push n
    			return true // recur
    		}
    		if node != nil { // push child
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  5. pkg/apis/resource/validation/validation_podschedulingcontext_test.go

    				return schedulingCtx
    			},
    		},
    		"add-selected-node": {
    			oldScheduling: validScheduling,
    			update: func(schedulingCtx *resource.PodSchedulingContext) *resource.PodSchedulingContext {
    				schedulingCtx.Spec.SelectedNode = "worker1"
    				return schedulingCtx
    			},
    		},
    		"add-potential-nodes": {
    			oldScheduling: validScheduling,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 09:18:08 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/interpodaffinity/filtering.go

    		node := nodeInfo.Node()
    
    		topoMap := make(topologyToMatchedTermCount)
    		for _, existingPod := range nodeInfo.PodsWithRequiredAntiAffinity {
    			topoMap.updateWithAntiAffinityTerms(existingPod.RequiredAntiAffinityTerms, pod, nsLabels, node, 1)
    		}
    		if len(topoMap) != 0 {
    			topoMaps[atomic.AddInt32(&index, 1)] = topoMap
    		}
    	}
    	pl.parallelizer.Until(ctx, len(nodes), processNode, pl.Name())
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/upgrade/1.11.0-beta.1-cni-install.yaml.tar

    ] } } --- kind: DaemonSet apiVersion: apps/v1 metadata: name: istio-cni-node namespace: kube-system labels: k8s-app: istio-cni-node release: istio istio.io/rev: default install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Cni" spec: selector: matchLabels: k8s-app: istio-cni-node updateStrategy: type: RollingUpdate rollingUpdate: maxUnavailable: 1 template: metadata: labels: k8s-app: istio-cni-node sidecar.istio.io/inject: "false" annotations: # This, along with the CriticalAddonsOnly...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 29 18:43:32 UTC 2021
    - 10K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_quantize.cc

      void runOnOperation() override;
    
     private:
      // Set the quantization parameters of the input nodes. These parameters are
      // converted from the user specified input value ranges. The input nodes with
      // non-float tensor types will be skipped because they are not quantizable.
      // Return true if number of input nodes doesn't equal to that of the input
      // ranges.
      bool SetInputNodesQuantizationParams(func::FuncOp func);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.2.md

      * More expressive node affinity syntax, and support for “soft” node affinity.
    Node selectors (to constrain pods to schedule on a subset of nodes) now support
    the operators {<code>In, NotIn, Exists, DoesNotExist, Gt, Lt</code>}  instead of just conjunction of exact match on node label values. In
    addition, we’ve introduced a new “soft” kind of node selector that is just a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/controller.go

    	c.endpoints = newEndpointSliceController(c)
    
    	// This is for getting the node IPs of a selected set of nodes
    	c.nodes = kclient.NewFiltered[*v1.Node](kubeClient, kclient.Filter{ObjectTransform: kubelib.StripNodeUnusedFields})
    	registerHandlers[*v1.Node](c, c.nodes, "Nodes", c.onNodeEvent, nil)
    
    	c.podsClient = kclient.NewFiltered[*v1.Pod](kubeClient, kclient.Filter{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top