Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 200 for subkeys (0.31 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pilot/pkg/xds/endpoints/ep_filters_test.go

    					TrafficPolicy: &networking.TrafficPolicy{
    						// should be overridden by subset
    						Tls: &networking.ClientTLSSettings{Mode: networking.ClientTLSSettings_ISTIO_MUTUAL},
    					},
    					Subsets: []*networking.Subset{{
    						Name:   "disable-tls",
    						Labels: map[string]string{"app": "example"},
    						TrafficPolicy: &networking.TrafficPolicy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. pilot/pkg/xds/mesh_network_test.go

    					LbEps: []xdstest.LbEpInfo{
    						{Address: "1.2.3.4", Weight: 1},
    						{Address: "2.2.2.2", Weight: 2},
    					},
    					Weight: 3,
    				}},
    			},
    		},
    		{
    			name: "multiple subsets",
    			entries: []entry{
    				{sa: "foo", network: "network-1", address: "1.2.3.4", version: "v1"},
    				{sa: "foo", network: "network-1", address: "", version: "v2"}, // ignored (does not contribute to weight)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  9. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: egressgateway-for-server-filebased
    spec:
      host: {{.EgressService}}.{{.EgressNamespace}}.svc.cluster.local
      subsets:
      - name: server
        trafficPolicy:
          portLevelSettings:
          - port:
              number: 443
            tls:
              mode: ISTIO_MUTUAL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. docs/en/docs/features.md

    All the framework was designed to be easy and intuitive to use, all the decisions were tested on multiple editors even before starting development, to ensure the best development experience.
    
    In the Python developer surveys, it's clear <a href="https://www.jetbrains.com/research/python-developers-survey-2017/#tools-and-features" class="external-link" target="_blank">that one of the most used features is "autocompletion"</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top