Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for p443 (0.2 sec)

  1. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    "socket_address": {
                                                        "address": "10.244.0.156",
                                                        "port_value": 6443
                                                    }
                                                },
                                                "health_check_config": {}
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  2. pilot/pkg/model/sidecar_test.go

    			Protocol: "HTTP",
    		},
    	}
    
    	port7443 = []*Port{
    		{
    			Port:     7443,
    			Protocol: "GRPC",
    			Name:     "service-grpc-tls",
    		},
    	}
    
    	port7442 = []*Port{
    		{
    			Port:     7442,
    			Protocol: "HTTP",
    			Name:     "http-tls",
    		},
    	}
    
    	port744x = []*Port{
    		{
    			Port:     7443,
    			Protocol: "GRPC",
    			Name:     "service-grpc-tls",
    		},
    		{
    			Port:     7442,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier_test.go

    								"origins-0": {
    									Issuer: "invalid|7443|",
    									JwksSourceSpecifier: &envoy_jwt.JwtProvider_RemoteJwks{
    										RemoteJwks: &envoy_jwt.RemoteJwks{
    											HttpUri: &core.HttpUri{
    												Uri: "http://invalid-issuer.com:7443/jwks",
    												HttpUpstreamType: &core.HttpUri_Cluster{
    													Cluster: "outbound|7443||invalid-issuer.com",
    												},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							map[string]interface{}{
    								"name":  "nginx",
    								"port":  443,
    								"field": "value",
    							},
    							map[string]interface{}{
    								"name":  "etcd",
    								"port":  2379,
    								"field": "value",
    							},
    							map[string]interface{}{
    								"name":  "kube-apiserver",
    								"port":  6443,
    								"field": "value",
    							},
    						},
    					}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

       * For example, this returns 8443 for `https://square.com:8443/` and 443 for
       * `https://square.com/`. The result is in `[1..65535]`.
       *
       * | URL                 | `port()` |
       * | :------------------ | :------- |
       * | `http://host/`      | `80`     |
       * | `http://host:8000/` | `8000`   |
       * | `https://host/`     | `443`    |
       */
      @get:JvmName("port") val port: Int,
      /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  6. src/encoding/xml/marshal_test.go

    	{Value: &Port{Type: "ssl", Number: "443"}, ExpectXML: `<port type="ssl">443</port>`},
    	{Value: &Port{Number: "443"}, ExpectXML: `<port>443</port>`},
    	{Value: &Port{Type: "<unix>"}, ExpectXML: `<port type="&lt;unix&gt;"></port>`},
    	{Value: &Port{Number: "443", Comment: "https"}, ExpectXML: `<port><!--https-->443</port>`},
    	{Value: &Port{Number: "443", Comment: "add space-"}, ExpectXML: `<port><!--add space- -->443</port>`, MarshalOnly: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/httproute_test.go

    			Namespace:        "not-default",
    			GroupVersionKind: gvk.Sidecar,
    		},
    		Spec: &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Port: &networking.SidecarPort{
    						Number:   7443,
    						Protocol: "HTTP",
    						Name:     "something",
    					},
    					Hosts: []string{"*/*"},
    				},
    			},
    		},
    	}
    	sidecarConfigWitHTTPProxy := &config.Config{
    		Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/fiat/p384_fiat64.go

    	var x440 uint64
    	_, x440 = bits.Add64(x400, x426, uint64(0x0))
    	var x441 uint64
    	var x442 uint64
    	x441, x442 = bits.Add64(x402, x428, uint64(p384Uint1(x440)))
    	var x443 uint64
    	var x444 uint64
    	x443, x444 = bits.Add64(x404, x430, uint64(p384Uint1(x442)))
    	var x445 uint64
    	var x446 uint64
    	x445, x446 = bits.Add64(x406, x432, uint64(p384Uint1(x444)))
    	var x447 uint64
    	var x448 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  9. common/scripts/metallb-native.yaml

      namespace: metallb-system
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: webhook-service
      namespace: metallb-system
    spec:
      ports:
      - port: 443
        targetPort: 9443
      selector:
        component: controller
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      labels:
        app: metallb
        component: controller
      name: controller
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    o/owning-resource: unknown operator.istio.io/component: "Pilot" app: sidecar-injector release: istio webhooks: - name: rev.namespace.sidecar-injector.istio.io clientConfig: service: name: istiod-1-10-0 namespace: istio-system path: "/inject" port: 443 caBundle: "" sideEffects: None rules: - operations: [ "CREATE" ] apiGroups: [""] apiVersions: ["v1"] resources: ["pods"] failurePolicy: Fail admissionReviewVersi: ["v1beta1", "v1"] namespaceSelector: matchExpressions: - key: istio.io/rev operator: In...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
Back to top