Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for proxyTest (0.31 sec)

  1. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/dispatch/ProxyDispatchAdapterTest.groovy

            def other = new ProxyDispatchAdapter<ProxyTest>(dispatch, ProxyTest.class)
            def differentType = new ProxyDispatchAdapter<Runnable>(dispatch, Runnable.class)
            def differentDispatch = new ProxyDispatchAdapter<ProxyTest>(Mock(Dispatch.class), ProxyTest.class)
    
            expect:
            ProxyTest proxy = adapter.getSource()
            strictlyEquals(proxy, other.getSource())
            proxy != differentType.getSource()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.1.values.gen.yaml

          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
          "excludeInboundPorts": "",
          "excludeOutboundPorts": "",
          "image": "proxyTest",
          "includeIPRanges": "*",
          "includeInboundPorts": "*",
          "includeOutboundPorts": "",
          "logLevel": "warning",
          "outlierLogPath": "",
          "privileged": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. pkg/kube/inject/inject_test.go

    				"values.global.network=network1",
    			},
    		},
    		{
    			in:   "hello.yaml",
    			want: "hello.yaml.proxyImageName.injected",
    			setFlags: []string{
    				"values.global.proxy.image=proxyTest",
    			},
    		},
    		{
    			in:   "hello.yaml",
    			want: "hello-tproxy.yaml.injected",
    			mesh: func(m *meshapi.MeshConfig) {
    				m.DefaultConfig.InterceptionMode = meshapi.ProxyConfig_TPROXY
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  4. src/cmd/go/proxy_test.go

    		if err != nil {
    			if testing.Verbose() && encPath != "example.com/invalidpath/v1" {
    				fmt.Fprintf(os.Stderr, "go proxy_test: %v\n", err)
    			}
    			continue
    		}
    		encVers := name[i+1:]
    		vers, err := module.UnescapeVersion(encVers)
    		if err != nil {
    			fmt.Fprintf(os.Stderr, "go proxy_test: %v\n", err)
    			continue
    		}
    		modList = append(modList, module.Version{Path: path, Version: vers})
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 03 09:56:24 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/testdata/proxyless.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          app: foo
          version: bar
      template:
        metadata:
          labels:
            app: foo
            version: bar
            test.istio.io/class: proxyless
          annotations:
            prometheus.io/scrape: "true"
            prometheus.io/port: "15014"
            inject.istio.io/templates: "grpc-agent"
            proxy.istio.io/config: '{"holdApplicationUntilProxyStarts": true}'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/testdata/proxyless-custom-image.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          app: foo
          version: bar
      template:
        metadata:
          labels:
            app: foo
            version: bar
            test.istio.io/class: proxyless
          annotations:
            prometheus.io/scrape: "true"
            prometheus.io/port: "15014"
            inject.istio.io/templates: "grpc-agent"
            proxy.istio.io/config: '{"holdApplicationUntilProxyStarts": true}'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. internal/handlers/proxy_test.go

    Harshavardhana <******@****.***> 1703206615 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Dec 22 00:56:55 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. src/net/http/proxy_test.go

    Brad Fitzpatrick <******@****.***> 1588262635 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 05:30:49 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  9. pkg/model/proxy_test.go

    Kuat <******@****.***> 1711658282 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/util/proxy/proxy_test.go

    Stephen Kitt <******@****.***> 1678807068 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:27 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top