Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 88 for Echo (0.36 sec)

  1. tests/integration/security/authz_test.go

    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/config"
    	"istio.io/istio/pkg/test/framework/components/echo/config/param"
    	"istio.io/istio/pkg/test/framework/components/echo/echotest"
    	"istio.io/istio/pkg/test/framework/components/echo/match"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

    EOF
        fi
    
        {
          # authentication
          echo "authentication:"
          echo "  webhook:"
          if [[ "${KUBELET_AUTHENTICATION_WEBHOOK:-}" != "false" ]]; then
            echo "    enabled: true"
          else
            echo "    enabled: false"
          fi
          echo "  x509:"
          if [[ -n "${CLIENT_CA_FILE:-}" ]]; then
            echo "    clientCAFile: \"${CLIENT_CA_FILE}\""
          else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    			Always := func(echo.Instance, echo.CallOptions) bool {
    				return true
    			}
    			Never := func(echo.Instance, echo.CallOptions) bool {
    				return false
    			}
    			SameNetwork := func(from echo.Instance, to echo.Target) echo.Instances {
    				return match.Network(from.Config().Cluster.NetworkName()).GetMatches(to.Instances())
    			}
    			SupportsHBone := func(from echo.Instance, opts echo.CallOptions) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/httproute_test.go

    			service: &model.Service{
    				Hostname:     "echo.default.svc.cluster.local",
    				MeshExternal: false,
    			},
    			port: 8123,
    			node: &model.Proxy{
    				DNSDomain: "default.svc.cluster.local",
    			},
    			want: []string{
    				"echo.default.svc.cluster.local",
    				"echo",
    				"echo.default.svc",
    				"echo.default",
    			},
    		},
    		{
    			name: "non-k8s service",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		instances := []*model.ServiceInstance{
    			makeInstanceWithServiceAccount(selectorDNS, "postman-echo.com", 444,
    				selectorDNS.Spec.(*networking.ServiceEntry).Ports[0],
    				map[string]string{"app": "wle"}, "default"),
    			makeInstanceWithServiceAccount(selectorDNS, "postman-echo.com", 445,
    				selectorDNS.Spec.(*networking.ServiceEntry).Ports[1],
    				map[string]string{"app": "wle"}, "default"),
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  6. src/html/template/exec_test.go

    }
    
    func testExecute(execTests []execTest, template *Template, t *testing.T) {
    	b := new(strings.Builder)
    	funcs := FuncMap{
    		"add":         add,
    		"count":       count,
    		"dddArg":      dddArg,
    		"echo":        echo,
    		"makemap":     makemap,
    		"mapOfThree":  mapOfThree,
    		"oneArg":      oneArg,
    		"returnInt":   returnInt,
    		"stringer":    stringer,
    		"twoArgs":     twoArgs,
    		"typeOf":      typeOf,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. src/text/template/exec_test.go

    	b := new(strings.Builder)
    	funcs := FuncMap{
    		"add":         add,
    		"count":       count,
    		"dddArg":      dddArg,
    		"die":         func() bool { panic("die") },
    		"echo":        echo,
    		"makemap":     makemap,
    		"mapOfThree":  mapOfThree,
    		"oneArg":      oneArg,
    		"returnInt":   returnInt,
    		"stringer":    stringer,
    		"twoArgs":     twoArgs,
    		"typeOf":      typeOf,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. common/scripts/metallb-native.yaml

                    description: Configures the minimal echo receive transmission interval
                      that this system is capable of handling in milliseconds. Defaults
                      to 50ms
                    format: int32
                    maximum: 60000
                    minimum: 10
                    type: integer
                  echoMode:
                    description: Enables or disables the echo transmission mode. This
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  9. src/syscall/zerrors_darwin_arm64.go

    	DT_LNK                            = 0xa
    	DT_REG                            = 0x8
    	DT_SOCK                           = 0xc
    	DT_UNKNOWN                        = 0x0
    	DT_WHT                            = 0xe
    	ECHO                              = 0x8
    	ECHOCTL                           = 0x40
    	ECHOE                             = 0x2
    	ECHOK                             = 0x4
    	ECHOKE                            = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	DT_LNK                            = 0xa
    	DT_REG                            = 0x8
    	DT_SOCK                           = 0xc
    	DT_UNKNOWN                        = 0x0
    	DT_WHT                            = 0xe
    	ECHO                              = 0x8
    	ECHOCTL                           = 0x40
    	ECHOE                             = 0x2
    	ECHOK                             = 0x4
    	ECHOKE                            = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top