Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 138 for proxyv2 (0.19 sec)

  1. pilot/pkg/serviceregistry/memory/discovery.go

    			out = append(out, slices.Map(si, model.ServiceInstanceToTarget)...)
    		}
    	}
    	return out
    }
    
    func (sd *ServiceDiscovery) GetProxyWorkloadLabels(proxy *model.Proxy) labels.Instance {
    	sd.mutex.Lock()
    	defer sd.mutex.Unlock()
    
    	for _, ip := range proxy.IPAddresses {
    		if l, found := sd.ip2workloadLabels[ip]; found {
    			return l
    		}
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 23:10:01 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.yaml

            type: string
          - name: namespace2
            type: string
    
      - name: "PodMissingProxy"
        code: IST0103
        level: Warning
        description: "A pod is missing the Istio proxy."
        template: "The pod %s is missing the Istio proxy. This can often be resolved by restarting or redeploying the workload."
        args:
          - name: podName
            type: string
    
      # IST0104 RETIRED
      # IST0105 RETIRED
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/request/requestinfo.go

    // master's Mux.
    var specialVerbs = sets.NewString("proxy", "watch")
    
    // specialVerbsNoSubresources contains root verbs which do not allow subresources
    var specialVerbsNoSubresources = sets.NewString("proxy")
    
    // namespaceSubresources contains subresources of namespace
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 13:24:29 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. internal/logger/config.go

    const (
    	Endpoint   = "endpoint"
    	AuthToken  = "auth_token"
    	ClientCert = "client_cert"
    	ClientKey  = "client_key"
    	BatchSize  = "batch_size"
    	QueueSize  = "queue_size"
    	QueueDir   = "queue_dir"
    	Proxy      = "proxy"
    
    	KafkaBrokers       = "brokers"
    	KafkaTopic         = "topic"
    	KafkaTLS           = "tls"
    	KafkaTLSSkipVerify = "tls_skip_verify"
    	KafkaTLSClientAuth = "tls_client_auth"
    	KafkaSASL          = "sasl"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        - registry.k8s.io/kubernetes-dashboard-amd64:v1.8.3
        sizeBytes: 102319441
      - names:
        - gcr.io/google_containers/kube-proxy:v1.11.10-gke.5
        - registry.k8s.io/kube-proxy:v1.11.10-gke.5
        sizeBytes: 102279340
      - names:
        - registry.k8s.io/event-exporter@sha256:7f9cd7cb04d6959b0aa960727d04fa86759008048c785397b7b0d9dff0007516
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. pilot/pkg/model/gateway.go

    			cn := s.GetTls().GetCredentialName()
    			if cn != "" && proxy.VerifiedIdentity != nil {
    				rn := credentials.ToResourceName(cn)
    				parse, _ := credentials.ParseResourceName(rn, proxy.VerifiedIdentity.Namespace, "", "")
    				if gatewayConfig.Namespace == proxy.VerifiedIdentity.Namespace && parse.Namespace == proxy.VerifiedIdentity.Namespace {
    					// Same namespace is always allowed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  7. pilot/pkg/model/telemetry_test.go

    				},
    				DisableSpanReporting: &wrappers.BoolValue{Value: true},
    			},
    		},
    	}
    
    	tests := []struct {
    		name             string
    		cfgs             []config.Config
    		proxy            *Proxy
    		defaultProviders []string
    		want             *TracingConfig
    	}{
    		{
    			"empty",
    			nil,
    			sidecar,
    			nil,
    			nil,
    		},
    		{
    			"default provider only",
    			nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/zz_generated.deepcopy.go

    func (in *Proxy) DeepCopyInto(out *Proxy) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Proxy.
    func (in *Proxy) DeepCopy() *Proxy {
    	if in == nil {
    		return nil
    	}
    	out := new(Proxy)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/tracing_zipkin_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: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  10. pilot/pkg/xds/eds_test.go

    // TODO: use this in integration tests.
    // TODO: refine the output
    // TODO: dump the ServiceInstances as well
    func testEdsz(t *testing.T, s *xdsfake.FakeDiscoveryServer, proxyID string) {
    	req, err := http.NewRequest(http.MethodGet, "/debug/edsz?proxyID="+proxyID, nil)
    	if err != nil {
    		t.Fatal(err)
    	}
    	rr := httptest.NewRecorder()
    	debug := http.HandlerFunc(s.Discovery.Edsz)
    	debug.ServeHTTP(rr, req)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top