Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 805 for PORT (0.04 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.Deployment.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: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.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: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. pkg/proxy/endpointslicecache_test.go

    				makeServicePortName("ns1", "svc1", "port-0", v1.ProtocolTCP): {
    					&BaseEndpointInfo{ip: "10.0.1.1", port: 80, endpoint: "10.0.1.1:80", isLocal: false, ready: true, serving: true, terminating: false},
    					&BaseEndpointInfo{ip: "10.0.1.2", port: 80, endpoint: "10.0.1.2:80", isLocal: true, ready: true, serving: true, terminating: false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  6. internal/event/target/nats_contrib_test.go

    )
    
    func TestNatsConnPlain(t *testing.T) {
    	opts := natsserver.DefaultTestOptions
    	opts.Port = 14222
    	s := natsserver.RunServer(&opts)
    	defer s.Shutdown()
    
    	clientConfig := &NATSArgs{
    		Enable: true,
    		Address: xnet.Host{
    			Name:      "localhost",
    			Port:      (xnet.Port(opts.Port)),
    			IsPortSet: true,
    		},
    		Subject: "test",
    	}
    	con, err := clientConfig.connectNats()
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.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: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.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: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

                value: valueValue
              path: pathValue
              port: portValue
              scheme: schemeValue
            sleep:
              seconds: 1
            tcpSocket:
              host: hostValue
              port: portValue
        livenessProbe:
          exec:
            command:
            - commandValue
          failureThreshold: 6
          grpc:
            port: 1
            service: serviceValue
          httpGet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

                "path": "pathValue",
                "port": "portValue",
                "host": "hostValue",
                "scheme": "schemeValue",
                "httpHeaders": [
                  {
                    "name": "nameValue",
                    "value": "valueValue"
                  }
                ]
              },
              "tcpSocket": {
                "port": "portValue",
                "host": "hostValue"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
Back to top