Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for p443 (0.09 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    				svctest.MakeServicePort("q", 443, intstr.FromInt32(443), api.ProtocolTCP))),
    		expectNodePorts: true,
    	}, {
    		name: "type:NodePort_multiport_specified",
    		svc: svctest.MakeService("foo",
    			svctest.SetTypeNodePort,
    			svctest.SetPorts(
    				svctest.MakeServicePort("p", 80, intstr.FromInt32(80), api.ProtocolTCP),
    				svctest.MakeServicePort("q", 443, intstr.FromInt32(443), api.ProtocolTCP)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    				{
    					Name:     "http",
    					Port:     80,
    					Protocol: v1.ProtocolTCP,
    				},
    				{
    					Name:       "https",
    					Port:       443,
    					Protocol:   v1.ProtocolTCP,
    					TargetPort: intstr.FromInt32(8443),
    				},
    				{
    					Name:     "dns-udp",
    					Port:     53,
    					Protocol: v1.ProtocolUDP,
    				},
    				{
    					Name:     "dns-tcp",
    					Port:     53,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      conformance profile: \n HTTP Profile \n 1. HTTPRoute, Port: 80,
                      Protocol: HTTP 2. HTTPRoute, Port: 443, Protocol: HTTPS, TLS Mode:
                      Terminate, TLS keypair provided \n TLS Profile \n 1. TLSRoute, Port:
                      443, Protocol: TLS, TLS Mode: Passthrough \n \"Distinct\" Listeners
                      have the following property: \n The implementation can match inbound
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8427*/ uint16(xArgR64),
    	/*8428*/ uint16(xMatch),
    	/*8429*/ uint16(xCondPrefix), 3,
    	0xC5, 8457,
    	0xC4, 8443,
    	0x0, 8437,
    	/*8437*/ uint16(xSetOp), uint16(SUB),
    	/*8439*/ uint16(xReadSlashR),
    	/*8440*/ uint16(xArgR8),
    	/*8441*/ uint16(xArgRM8),
    	/*8442*/ uint16(xMatch),
    	/*8443*/ uint16(xCondPrefix), 1,
    	0x66, 8447,
    	/*8447*/ uint16(xCondPrefix), 1,
    	0x0F38, 8451,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                      all addresses. To disable all inbound host ports, use the value
                      none. The default value allows ssh access and DHCP. [Default: tcp:22,
                      udp:68, tcp:179, tcp:2379, tcp:2380, tcp:6443, tcp:6666, tcp:6667]'
                    items:
                      description: ProtoPort is combination of protocol, port, and CIDR.
                        Protocol and port must be specified.
                      properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * 🌐 Add Chinese translation for Tutorial - Security - Security Intro. PR [#2443](https://github.com/tiangolo/fastapi/pull/2443) by [@waynerv](https://github.com/waynerv).
    * 🌐 Add Chinese translation for Tutorial - Header Parameters. PR [#2412](https://github.com/tiangolo/fastapi/pull/2412) by [@maoyibo](https://github.com/maoyibo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.16.md

    * Webhook client credentials configured with `--admission-control-config-file` must include non-default ports in the configured hostnames. For example, a webhook configured to speak to port 8443 on service `mysvc` in namespace `myns` would specify client credentials in a stanza with `name: mysvc.myns.svc:8443`. See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#authenticate-apiservers for more details. ([#82252](https://github.com/kubernetes/kubernetes/pull/82252),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %442 = "tf.Reshape"(%432, %441) {device = ""} : (tensor<?x?xi64>, tensor<1xi32>) -> tensor<?xi64>
      %443 = "tf.ExpandDims"(%427, %3) {device = ""} : (tensor<?xi32>, tensor<i32>) -> tensor<?x1xi32>
      %444 = "tf.Less"(%430, %443) {device = ""} : (tensor<?xi32>, tensor<?x1xi32>) -> tensor<?x?xi1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    					},
    					"port": {
    						SchemaProps: spec.SchemaProps{
    							Description: "port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.",
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    				},
    				Required: []string{"namespace", "name"},
    			},
    		},
    	}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    	* Using http2 in kubeapi-load-balancer to fix `kubectl exec` uses ([#43625](https://github.com/kubernetes/kubernetes/pull/43625), [@mbruzek](https://github.com/mbruzek))
    
    
      * Don't append :443 to registry domain in the kubernetes-worker layer registry action ([#45550](https://github.com/kubernetes/kubernetes/pull/45550), [@jacekn](https://github.com/jacekn))
    
    * kubeadm
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
Back to top