Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 478 for cluster_ (0.22 sec)

  1. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    		{Name: "inbound|7443||", DnsLookupFamily: cluster.Cluster_V4_ONLY, LbPolicy: cluster.Cluster_ROUND_ROBIN},
    	}
    	sidecarInboundServiceOut := []*cluster.Cluster{
    		{
    			Name: "inbound|7443||", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    			DnsLookupFamily: cluster.Cluster_V6_ONLY, LbPolicy: cluster.Cluster_RING_HASH,
    		},
    	}
    
    	gatewayInput := []*cluster.Cluster{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening/executor_tpuv1_island_coarsening.mlir

    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster1"
    // CHECK: %[[ISLAND2:.*]], {{.*}} = tf_executor.island
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster2"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 02 03:15:59 UTC 2022
    - 36.2K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/aggregate/controller_test.go

    		{"cluster-1", cluster2, true},
    		// always search external
    		{"cluster-1", external, false},
    		{"cluster-2", external, false},
    		{"", external, false},
    		// always search for empty node cluster id
    		{"", cluster1, false},
    		{"", cluster2, false},
    		{"", external, false},
    	}
    
    	for i, c := range cases {
    		got := skipSearchingRegistryForProxy(c.nodeClusterID, c.registry)
    		if got != c.want {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/cluster/cluster.go

    		out.Pod[PodKey(p.Namespace, p.Name)] = &pods.Items[i]
    	}
    
    	return out, nil
    }
    
    // Resources defines a tree of cluster resource names.
    type Resources struct {
    	// Root is the first level in the cluster resource hierarchy.
    	// Each level in the hierarchy is a map[string]interface{} to the next level.
    	// The levels are: namespaces/deployments/pods/containers.
    	Root map[string]any
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  5. pilot/pkg/xds/endpoints/ep_filters_test.go

    				Weight: 42,
    			},
    		},
    		wantWorkloadMetadata: []string{
    			";ns;example;;cluster1a",
    			";ns;example;;cluster1a",
    			";ns;example;;cluster1b",
    			";ns;example;;cluster4",
    			";;;;cluster2a",
    			";;;;cluster2b",
    			";;;;cluster2b",
    		},
    	},
    	{
    		name:  "from_network1_cluster1b",
    		proxy: makeProxy("network1", "cluster1b"),
    		want: []xdstest.LocLbEpInfo{
    			{
    				LbEps: []xdstest.LbEpInfo{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  6. pkg/adsc/delta_test.go

    	return deltaHandler(delta)
    }
    
    var testCluster = &cluster.Cluster{
    	Name:                 "test-eds",
    	ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    	EdsClusterConfig: &cluster.Cluster_EdsClusterConfig{
    		EdsConfig: &core.ConfigSource{
    			ConfigSourceSpecifier: &core.ConfigSource_Ads{
    				Ads: &core.AggregatedConfigSource{},
    			},
    		},
    	},
    	LbPolicy: cluster.Cluster_ROUND_ROBIN,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. tests/integration/pilot/mcs/discoverability/discoverability_test.go

    						var expectedClusters cluster.Clusters
    						if ht == hostTypeClusterLocal {
    							// Ensure that all requests to cluster.local stay in the same cluster
    							expectedClusters = cluster.Clusters{from.Config().Cluster}
    						} else {
    							// Ensure that requests to clusterset.local reach all destination clusters.
    							expectedClusters = to.Clusters()
    						}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  8. common/scripts/kind_provisioner.sh

        fi
      done
    }
    
    # load_cluster_topology function reads cluster configuration topology file and
    # sets up environment variables used by other functions. So this should be called
    # before anything else.
    #
    # Note: Cluster configuration topology file specifies basic configuration of each
    # KinD cluster like its name, pod and service subnets and network_id. If two cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 19:12:55 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. pkg/kube/inject/webhook_test.go

    		{
    			name: "one-kv",
    			in:   "/inject/cluster/cluster1",
    			want: map[string]string{"ISTIO_META_CLUSTER_ID": "cluster1"},
    		},
    		{
    			name: "two-kv",
    			in:   "/inject/cluster/cluster1/net/network1/",
    			want: map[string]string{"ISTIO_META_CLUSTER_ID": "cluster1", "ISTIO_META_NETWORK": "network1"},
    		},
    		{
    			name: "kv-with-slashes",
    			in:   "/inject/cluster/cluster--slash--1/net/network--slash--1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  10. pilot/pkg/networking/core/fake.go

    	return f.ConfigGen.BuildListeners(p, f.PushContext())
    }
    
    func (f *ConfigGenTest) Clusters(p *model.Proxy) []*cluster.Cluster {
    	raw, _ := f.ConfigGen.BuildClusters(p, &model.PushRequest{Push: f.PushContext()})
    	res := make([]*cluster.Cluster, 0, len(raw))
    	for _, r := range raw {
    		c := &cluster.Cluster{}
    		if err := r.Resource.UnmarshalTo(c); err != nil {
    			f.t.Fatal(err)
    		}
    		res = append(res, c)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top