Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,708 for PORT (0.03 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-permissive-port-mtls-strict-in.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 227 bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-strict-and-disable-port-mtls-in.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 225 bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-strict-and-strict-port-mtls-in.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 213 bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-strict-and-permissive-port-mtls-in.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 231 bytes
    - Viewed (0)
  5. pkg/kubelet/server/server_websocket_test.go

    		channel, data, err = wsRead(ws)
    		assert.NoError(t, err, "port %d read", port)
    		assert.Equal(t, i*2+errorChannel, int(channel), "port %d channel", port)
    		assert.Len(t, data, binary.Size(port), "port %d data size", port)
    		assert.Equal(t, binary.LittleEndian.Uint16(data), port, "port %d data", port)
    	}
    
    	for i, port := range ports {
    		t.Logf("port %d writing the client data", port)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 05 06:08:18 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  6. pkg/api/v1/endpoints/util_test.go

    		}, {
    			name: "one set, one ip, one port",
    			given: []v1.EndpointSubset{{
    				Addresses: []v1.EndpointAddress{{IP: "1.2.3.4"}},
    				Ports:     []v1.EndpointPort{{Port: 111}},
    			}},
    			expect: []v1.EndpointSubset{{
    				Addresses: []v1.EndpointAddress{{IP: "1.2.3.4"}},
    				Ports:     []v1.EndpointPort{{Port: 111}},
    			}},
    		}, {
    			name: "one set, one ip, one port (IPv6)",
    			given: []v1.EndpointSubset{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 27 01:24:22 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  7. pilot/pkg/networking/telemetry/telemetry_test.go

    			&model.Port{Name: "grpc-svc", Port: 7443, Protocol: "GRPC"},
    			&model.ServiceAttributes{
    				Name:      "reviews",
    				Namespace: "default",
    			},
    			"reviews.default.svc.cluster.local",
    		},
    		{
    			"Service With Port and Port Name pattern With Target Port",
    			"%SERVICE%_%SERVICE_PORT_NAME%_%TARGET_PORT%",
    			"reviews.default.svc.cluster.local",
    			"",
    			9443,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. pkg/registry/core/service/portallocator/operation_test.go

    	if e, a := ErrAllocated, op.Allocate(port); e != a {
    		t.Errorf("expected %v but got: %v", e, a)
    	}
    
    	// AllocateNext with a previously used dry run operation
    	op = StartOperation(r, true)
    	_ = op.Allocate(12345)
    	port, err = op.AllocateNext()
    	if port == 0 {
    		t.Errorf("expected non zero port but got: %v", port)
    	}
    	if port == 12345 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 15 23:44:12 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/templates/deployment.yaml

              - --xds-grpc-server={{ $p.Port }}
    {{- else if eq .Protocol "GRPC" }}
              - --grpc={{ $p.Port }}
    {{- else if eq .Protocol "TCP" }}
              - --tcp={{ $p.Port }}
    {{- else }}
              - --port={{ $p.Port }}
    {{- end }}
    {{- if $p.TLS }}
              - --tls={{ $p.Port }}
    {{- end }}
    {{- if $p.ServerFirst }}
              - --server-first={{ $p.Port }}
    {{- end }}
    {{- if $p.InstanceIP }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/testdata/basic.yaml

                path: /
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top