Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,708 for PORT (0.05 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.ReplicationController.json

                    "port": "portValue",
                    "host": "hostValue",
                    "scheme": "schemeValue",
                    "httpHeaders": [
                      {
                        "name": "nameValue",
                        "value": "valueValue"
                      }
                    ]
                  },
                  "tcpSocket": {
                    "port": "portValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  2. releasenotes/notes/ssh-iptables.yaml

        capture traffic on port 22.
    
        The iptables logic now no longer has special logic on port 22. Instead, the `istioctl x workload entry configure`
        command will automatically configure `ISTIO_LOCAL_EXCLUDE_PORTS` to include port 22. This means that VM users will
        continue to have port 22 excluded, while Kubernetes users will have port 22 included now.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 06 15:15:39 UTC 2021
    - 1K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/util/ipvs_test.go

    				Port:    80,
    			},
    			equal:  false,
    			reason: "IPv6 address not equal",
    		},
    		{
    			rsA: &RealServer{
    				Address: netutils.ParseIPSloppy("2012::beef"),
    				Port:    80,
    			},
    			rsB: &RealServer{
    				Address: netutils.ParseIPSloppy("2012::beef"),
    				Port:    8080,
    			},
    			equal:  false,
    			reason: "Port not equal",
    		},
    		{
    			rsA: &RealServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/util/ports/DefaultPortDetector.groovy

        /**
         * Checks to see if a specific port is available.
         *
         * @param port the port to check for availability
         * @return <code>true</code> if the port is available, <code>false</code> otherwise
         */
        public boolean isAvailable(int port) {
            try {
                ServerSocket ss = new ServerSocket(port)
                try {
                    ss.setReuseAddress(true)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 07 09:47:55 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    	for _, c := range t.Apps.A {
    		for _, d := range t.Apps.B {
    			for _, port := range []int{15001, 15006} {
    				c, d, port := c, d, port
    				t.RunTraffic(TrafficTestCase{
    					name: fmt.Sprint(port),
    					call: c.CallOrFail,
    					opts: echo.CallOptions{
    						ToWorkload: d,
    						Port:       echo.Port{ServicePort: port, Protocol: protocol.HTTP},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. samples/grpc-echo/grpc-echo.yaml

    metadata:
      labels:
        app: echo
      name: echo
      namespace: echo-grpc
    spec:
      selector:
        app: echo
      type: ClusterIP
      ports:
      - name: http
        port: 80
        targetPort: 18080
      - name: grpc
        port: 7070
        targetPort: 17070
      - name: tcp
        port: 9090
        targetPort: 19090
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: echo-v1
      namespace: echo-grpc
    spec:
      replicas: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/deployment/services.go

    			// If it is the first occurrence of this port, create a ProtocolMap
    			if _, ok := portMap[sPort.Port]; !ok {
    				portMap[sPort.Port] = ProtocolMap{}
    			}
    
    			// Default protocol is TCP
    			protocol := sPort.Protocol
    			if protocol == "" {
    				protocol = core_v1.ProtocolTCP
    			}
    
    			// Appending the service information for the Port/Protocol combination
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/mesh.yaml

              value: added-value
        backendRefs:
        - name: echo
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: echo-port
      namespace: default
    spec:
      parentRefs:
      - group: ""
        kind: Service
        name: echo-port
        port: 80
      rules:
      - backendRefs:
        - name: echo
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  9. manifests/charts/base/files/profile-demo.yaml

        # on this list. Setting this to the health check port will ensure that health
        # checks always work. https://github.com/istio/istio/issues/12503
        - port: 15021
          targetPort: 15021
          name: status-port
        - port: 80
          targetPort: 8080
          name: http2
        - port: 443
          targetPort: 8443
          name: https
        - port: 31400
          targetPort: 31400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-ingress/files/profile-demo.yaml

        # on this list. Setting this to the health check port will ensure that health
        # checks always work. https://github.com/istio/istio/issues/12503
        - port: 15021
          targetPort: 15021
          name: status-port
        - port: 80
          targetPort: 8080
          name: http2
        - port: 443
          targetPort: 8443
          name: https
        - port: 31400
          targetPort: 31400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top