Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 138 for proxyv2 (0.08 sec)

  1. go.mod

    	github.com/google/s2a-go v0.1.7 // indirect
    	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
    	github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
    	github.com/googleapis/gax-go/v2 v2.12.4 // indirect
    	github.com/gorilla/websocket v1.5.2 // indirect
    	github.com/hashicorp/errwrap v1.1.0 // indirect
    	github.com/hashicorp/go-hclog v1.2.0 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. pilot/pkg/model/sidecar.go

    // DestinationRuleConfig returns merged destination rules for a svc.
    func (sc *SidecarScope) DestinationRuleConfig(direction TrafficDirection, proxy *Proxy, svc host.Name) *config.Config {
    	cdr := sc.DestinationRule(direction, proxy, svc)
    	if cdr == nil {
    		return nil
    	}
    	return cdr.rule
    }
    
    // Services returns the list of services that are visible to a sidecar.
    func (sc *SidecarScope) Services() []*Service {
    	return sc.services
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/run.go

    				// handle this case, we exclude port 53 from this rule. Note: We cannot just move the
    				// port 53 redirection rule further up the list, as we will want to avoid capturing
    				// DNS requests from the proxy UID/GID
    				cfg.ruleBuilder.AppendRule(iptableslog.UndefinedCommand, constants.ISTIOOUTPUT, constants.NAT, "-o", "lo", "-p", "tcp",
    					"!", "--dport", "53",
    					"-m", "owner", "!", "--uid-owner", uid, "-j", constants.RETURN)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/adapter/ProtocolToModelAdapterTest.groovy

            when:
            adapter.unpack("not a view")
    
            then:
            thrown(IllegalArgumentException)
    
            when:
            adapter.unpack(java.lang.reflect.Proxy.newProxyInstance(getClass().classLoader, [Runnable] as Class[], Stub(InvocationHandler)))
    
            then:
            thrown(IllegalArgumentException)
        }
    }
    
    interface TestModel {
        String getName()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  5. tests/integration/pilot/mcs/discoverability/discoverability_test.go

    	dummySvc := &corev1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      dummySvcName,
    			Namespace: echos.Namespace.Name(),
    			Annotations: map[string]string{
    				// Export the service nowhere, so that no proxy will receive it or its VIP.
    				annotation.NetworkingExportTo.Name: "~",
    			},
    		},
    		Spec: corev1.ServiceSpec{
    			Type:  corev1.ServiceTypeClusterIP,
    			Ports: svc.Spec.Ports,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/listener.go

    	HTTPListener = wellknown.HTTPConnectionManager
    
    	// TCPListener identifies a listener as being of TCP type by the presence of TCP proxy filter
    	TCPListener = wellknown.TCPProxy
    
    	IPMatcher = "type.googleapis.com/xds.type.matcher.v3.IPMatcher"
    )
    
    // ListenerFilter is used to pass filter information into listener based config writer print functions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  7. pkg/bootstrap/instance_test.go

    			if c.setup != nil {
    				c.setup()
    			}
    			if c.teardown != nil {
    				defer c.teardown()
    			}
    
    			proxyConfig, err := loadProxyConfig(c.base, out, t)
    			if err != nil {
    				t.Fatalf("unable to load proxy config: %s\n%v", c.base, err)
    			}
    
    			_, localEnv := createEnv(t, map[string]string{}, c.annotations)
    			for k, v := range c.envVars {
    				localEnv = append(localEnv, k+"="+v)
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/dra/plugin/noderesources.go

    	// then at least conceptually it currently doesn't matter
    	// where we publish it.
    	//
    	// The long-term goal is to move the handling of
    	// ResourceSlice objects into the driver, with kubelet
    	// just acting as a REST proxy. The advantage of that will
    	// be that kubelet won't need to support the same
    	// resource API version as the driver and the control plane.
    	// With that approach, the driver will be able to match
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. pkg/scheduler/apis/config/types.go

    	// LeaderElection defines the configuration of leader election client.
    	LeaderElection componentbaseconfig.LeaderElectionConfiguration
    
    	// ClientConnection specifies the kubeconfig file and client connection
    	// settings for the proxy server to use when communicating with the apiserver.
    	ClientConnection componentbaseconfig.ClientConnectionConfiguration
    
    	// DebuggingConfiguration holds configuration for Debugging related features
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. docs/en/docs/img/deployment/https/https06.drawio

                        <mxGeometry x="495" y="320" width="355" height="440" as="geometry"/>
                    </mxCell>
                    <mxCell id="7" value="&lt;font style=&quot;font-size: 24px&quot; face=&quot;Roboto&quot;&gt;TLS Termination Proxy&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;strokeWidth=3;fontFamily=Roboto Mono, mono;FType=g;" parent="1" vertex="1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 17.1K bytes
    - Viewed (0)
Back to top