Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 177 for localisty (0.17 sec)

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

    	supportsIPv6       bool                  // Whether Proxy IPs has IPv6 address.
    	sendHbone          bool                  // Does the proxy support HBONE
    	locality           *core.Locality        // Locality information of proxy.
    	proxyLabels        map[string]string     // Proxy labels.
    	proxyView          model.ProxyView       // Proxy view of endpoints.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  2. pkg/istio-agent/grpcxds/grpc_bootstrap.go

    			// connect locally via agent
    			ChannelCreds:   []ChannelCreds{{Type: "insecure"}},
    			ServerFeatures: []string{"xds_v3"},
    		}},
    		Node: &core.Node{
    			Id:       opts.Node.ID,
    			Locality: opts.Node.Locality,
    			Metadata: xdsMeta,
    		},
    		ServerListenerNameTemplate: ServerListenerNameTemplate,
    	}
    
    	if opts.CertDir != "" {
    		// TODO use a more appropriate interval
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. tests/fuzz/autoregistration_controller_fuzzer.go

    	tmplA = &v1alpha3.WorkloadGroup{
    		Template: &v1alpha3.WorkloadEntry{
    			Ports:          map[string]uint32{"http": 80},
    			Labels:         map[string]string{"app": "a"},
    			Network:        "nw0",
    			Locality:       "reg0/zone0/subzone0",
    			Weight:         1,
    			ServiceAccount: "sa-a",
    		},
    	}
    	// A valid Config.
    	// This can be modified to have pseudo-random
    	// values for more randomization.
    	wgA = config.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 19 20:41:55 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. pilot/pkg/autoregistration/controller.go

    		annotations = mergeLabels(annotations, group.Metadata.Annotations)
    	}
    
    	if proxy.Metadata.Network != "" {
    		entry.Network = string(proxy.Metadata.Network)
    	}
    	if proxy.Locality != nil {
    		entry.Locality = util.LocalityToString(proxy.Locality)
    	}
    	if proxy.Metadata.ProxyConfig != nil && proxy.Metadata.ProxyConfig.ReadinessProbe != nil {
    		annotations[status.WorkloadEntryHealthCheckAnnotation] = "true"
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    				WorkloadType:      workloadapi.WorkloadType_POD,
    				WorkloadName:      "name",
    				Status:            workloadapi.WorkloadStatus_UNHEALTHY,
    				ClusterId:         testC,
    				Locality: &workloadapi.Locality{
    					Region: "region",
    					Zone:   "zone",
    				},
    			},
    		},
    		{
    			name: "pod with authz",
    			inputs: []any{
    				model.WorkloadAuthorization{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. internal/config/certsinfo.go

    // Extra ASN1 OIDs that we may need to handle
    var (
    	oidEmailAddress = []int{1, 2, 840, 113549, 1, 9, 1}
    )
    
    // printName prints the fields of a distinguished name, which include such
    // things as its common name and locality.
    func printName(names []pkix.AttributeTypeAndValue, buf *strings.Builder) []string {
    	values := []string{}
    	for _, name := range names {
    		oid := name.Type
    		//nolint:gocritic
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Nov 16 17:28:29 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  7. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginDependenciesIntegrationTest.groovy

            writeBuildFile()
            writeConfigFile()
            badCode()
        }
    
        def "allows configuring tool dependencies explicitly"() {
            //Language has to be English, because the error message is localised
            defaultLocale('en')
    
            expect:
            succeeds("dependencies", "--configuration", "checkstyle")
            output.contains "com.puppycrawl.tools:checkstyle:"
    
            when:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.txt

    NAME                                             STATUS      LOCALITY     CLUSTER
    127.0.0.1:15020                                  HEALTHY                  agent
    10.244.0.156:9402                                HEALTHY                  outbound|9402||cert-manager-istio-csr-metrics.cert-manager.svc.cluster.local
    10.244.0.156:6443                                HEALTHY                  outbound|443||cert-manager-istio-csr.cert-manager.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. tests/testdata/bootstrap_tmpl.json

    {
      "node": {
        "id": "{{ .EnvoyConfigOpt.NodeID }}",
        "cluster": "mycluster",
        "locality": {
          "zone": "testzone"
        },
        "metadata": {
          {{ .EnvoyConfigOpt.meta_json_str }}
        }
      },
      "stats_config": {
        "use_all_default_tags": false
      },
      "admin": {
        "access_log_path": "{{.AccessLogPath}}",
        "address": {
          "socket_address": {
            "address": "0.0.0.0",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.5K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

      "application_log_config": {
        "log_format": {
            "text_format": "%Y-%m-%dT%T.%fZ\t%l\tenvoy %n %g:%#\t%v\tthread=%t"
        }
      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top