Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for PortValue (0.18 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Deployment.json

                    "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: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.Deployment.json

                    "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: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.Deployment.json

                    "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: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.DaemonSet.json

                    "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: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.Deployment.json

                    "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: Thu Apr 18 08:52:25 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                        "command": [
                          "commandValue"
                        ]
                      },
                      "httpGet": {
                        "path": "pathValue",
                        "port": "portValue",
                        "host": "hostValue",
                        "scheme": "schemeValue",
                        "httpHeaders": [
                          {
                            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                    "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: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    		{
    			Name: "12345",
    			Address: &core.Address{
    				Address: &core.Address_SocketAddress{
    					SocketAddress: &core.SocketAddress{
    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 12345,
    						},
    					},
    				},
    			},
    			FilterChains: []*listener.FilterChain{
    				{
    					FilterChainMatch: &listener.FilterChainMatch{TransportProtocol: "tls"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

                        }
                        if (pair.length == 2) {
                            String sortValue = pair[1].trim();
                            if (StringUtil.isBlank(sortValue) || "score".equals(sortValue)) {
                                sortValue = "score.desc";
                            }
                            return new Pair<>(pair[0].trim(), sortValue);
                        }
                        return null;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top