Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ClusterID (0.4 sec)

  1. pilot/pkg/networking/core/cluster_builder_test.go

    		clusterID istiocluster.ID, lbls labels.Instance,
    	) *core.Metadata {
    		newmeta := &core.Metadata{}
    		util.AppendLbEndpointMetadata(&model.EndpointMetadata{
    			Network:      networkID,
    			TLSMode:      tlsMode,
    			WorkloadName: workloadname,
    			Namespace:    namespace,
    			ClusterID:    clusterID,
    			Labels:       lbls,
    		}, newmeta)
    		return newmeta
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    		},
    		{
    			"tracing with a nil custom tag",
    			&telemetry.Telemetry{
    				Tracing: []*telemetry.Tracing{{
    					CustomTags: map[string]*telemetry.Tracing_CustomTag{
    						"clusterID": nil,
    					},
    				}},
    			},
    			"tag 'clusterID' may not have a nil value", "",
    		},
    		{
    			"bad metrics operation",
    			&telemetry.Telemetry{
    				Metrics: []*telemetry.Metrics{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    			ServicePort: servicePort[0],
    			Endpoint: &model.IstioEndpoint{
    				Address:         "6.6.6.6",
    				ServicePortName: servicePort[0].Name,
    				EndpointPort:    10001,
    				Locality: model.Locality{
    					ClusterID: "",
    					Label:     "region1/zone1/subzone1",
    				},
    				LbWeight: 40,
    				TLSMode:  model.IstioMutualTLSModeLabel,
    			},
    		},
    		{
    			Service:     service,
    			ServicePort: servicePort[0],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                        resourceFieldRef:
                          resource: limits.cpu
                    - name: ISTIO_META_CLUSTER_ID
                      value: "{{ valueOrDefault .Values.global.multiCluster.clusterName .ClusterID }}"
                    - name: ISTIO_META_NODE_NAME
                      valueFrom:
                        fieldRef:
                          fieldPath: spec.nodeName
                    - name: ISTIO_META_INTERCEPTION_MODE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    value: "" - name: GOMEMLIMIT valueFrom: resourceFieldRef: resource: limits.memory - name: GOMAXPROCS valueFrom: resourceFieldRef: resource: limits.cpu - name: ISTIO_META_CLUSTER_ID value: "{{ valueOrDefault .Values.global.multiCluster.clusterName .ClusterID }}" - name: ISTIO_META_NODE_NAME valueFrom: fieldRef: fieldPath: spec.nodeName - name: ISTIO_META_INTERCEPTION_MODE value: "{{ .ProxyConfig.InterceptionMode.String }}" {{- with (valueOrDefault (index .InfrastructureLabels "topology.istio.io/network")...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top