Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 217 for subkeys (0.29 sec)

  1. tests/integration/pilot/cni_race_test.go

    			t.Logf("Deploy an echo instance in namespace %v...", ns.Name())
    			deployment.
    				New(t, c).
    				WithConfig(echo.Config{
    					Namespace: ns,
    					Ports:     ports.All(),
    					Subsets:   []echo.SubsetConfig{{}},
    				}).BuildOrFail(t)
    
    			// To begin with, delete CNI Daemonset to simulate a CNI race condition.
    			// Temporarily store CNI DaemonSet, which will be deployed again later.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. src/internal/coverage/pods/pods.go

    	file   string
    	origin int
    	pid    int
    }
    
    type protoPod struct {
    	mf       string
    	elements []fileWithAnnotations
    }
    
    // collectPodsImpl examines the specified list of files and picks out
    // subsets that correspond to coverage pods. The first stage in this
    // process is collecting a set { M1, M2, ... MN } where each M_k is a
    // distinct coverage meta-data file. We then create a single pod for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/grpcgen/cds.go

    // requested by the client. gRPC will usually request a group of clusters that are used in the same route; in some
    // cases this means subsets associated with the same default cluster aren't all expected in the same CDS response.
    func newClusterFilter(names []string) map[string]sets.String {
    	filter := map[string]sets.String{}
    	for _, name := range names {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    func (a *cpuAccumulator) isFailed() bool {
    	return a.numCPUsNeeded > a.details.CPUs().Size()
    }
    
    // iterateCombinations walks through all n-choose-k subsets of size k in n and
    // calls function 'f()' on each subset. For example, if n={0,1,2}, and k=2,
    // then f() will be called on the subsets {0,1}, {0,2}. and {1,2}. If f() ever
    // returns 'Break', we break early and exit the loop.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

      # If running in custom mode network we need to delete subnets manually.
      mode="$(check-network-mode)"
      if [[ "${mode}" == "CUSTOM" ]]; then
        if [[ "${ENABLE_BIG_CLUSTER_SUBNETS}" = "true" ]]; then
          echo "Deleting default subnets..."
          # This value should be kept in sync with number of regions.
          local parallelism=9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster.go

    				services = append(services, proxy.SidecarScope.ServicesForHostname(host.Name(prevDr.Host))...)
    			}
    		}
    	}
    
    	// Remove all matched service subsets. When we rebuild clusters, we will rebuild the subset clusters as well.
    	// We can reconcile the actual subsets that are needed when we rebuild the clusters.
    	for _, matchedSvc := range services {
    		if subsetClusters[matchedSvc.Hostname.String()] != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/debug.go

    	}
    	if idx, ok := sc.slmap[k]; ok {
    		return idx, true
    	}
    	rv := SlKeyIdx(len(sc.slkeys))
    	sc.slkeys = append(sc.slkeys, ls)
    	sc.slmap[k] = rv
    	return rv, false
    }
    
    func (sc *slotCanonicalizer) canonSlot(idx SlKeyIdx) LocalSlot {
    	return sc.slkeys[idx]
    }
    
    // PopulateABIInRegArgOps examines the entry block of the function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  8. pilot/pkg/networking/grpcgen/grpcecho_test.go

    `,
    		ConfigString: `
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: echo-dr
      namespace: default
    spec:
      host: echo-app.default.svc.cluster.local
      subsets:
        - name: v1
          labels:
            version: v1
        - name: v2
          labels:
            version: v2
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: echo-vs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. OWNERS_ALIASES

        - rexagod
      # sig-instrumentation-emeritus
      # - brancz
      # - DirectXMan12
    
      api-approvers:
        - deads2k
        - msau42
        - smarterclayton
        - thockin
        - liggitt
      # subsets of api-approvers by sig area to help focus approval requests to those with domain knowledge
      sig-api-machinery-api-approvers:
        - deads2k
        - liggitt
        - smarterclayton
      sig-apps-api-approvers:
        - deads2k
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. cmd/admin-router.go

    		}
    
    		// Enable config help in all modes.
    		adminRouter.Methods(http.MethodGet).Path(adminVersion+"/help-config-kv").HandlerFunc(adminMiddleware(adminAPI.HelpConfigKVHandler, traceAllFlag)).Queries("subSys", "{subSys:.*}", "key", "{key:.*}")
    
    		// Config KV history operations.
    		if enableConfigOps {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 21:09:36 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top