Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for T65536 (0.14 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST = 65535
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX = 65536
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET = 4294901760
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const VT0 = 0
    pkg syscall (darwin-arm64), const VT0 ideal-int
    pkg syscall (darwin-arm64), const VT1 = 65536
    pkg syscall (darwin-arm64), const VT1 ideal-int
    pkg syscall (darwin-arm64), const VTDLY = 65536
    pkg syscall (darwin-arm64), const VTDLY ideal-int
    pkg syscall (darwin-arm64), const VTIME = 17
    pkg syscall (darwin-arm64), const VTIME ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-55750`](https://youtrack.jetbrains.com/issue/KT-55750) LL FIR: Implement multi-threaded resolve
    - [`KT-65563`](https://youtrack.jetbrains.com/issue/KT-65563) Analysis API: Missing session component `FirExpectActualMatchingContextFactory` in `LLFirLibrarySession`
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.12.md

    - Fix controller-manager crashes when flex plugin is removed from flex plugin directory ([#65536](https://github.com/kubernetes/kubernetes/pull/65536), [@gnufied](https://github.com/gnufied))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				},
    			},
    			errors: []validationMatch{
    				invalid("spec", "conversion", "webhookClientConfig", "service", "port"),
    			},
    		},
    		{
    			name: "webhookconfig: invalid port 65536",
    			resource: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{Name: "plural.group.com"},
    				Spec: apiextensions.CustomResourceDefinitionSpec{
    					Group: "group.com",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // If specified, this must be a valid port number, 0 < x < 65536.
      // If HostNetwork is specified, this must match ContainerPort.
      // Most containers do not need this.
      // +optional
      optional int32 hostPort = 2;
    
      // Number of port to expose on the pod's IP address.
      // This must be a valid port number, 0 < x < 65536.
      optional int32 containerPort = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// in a pod must have a unique name.
    	// +optional
    	Name string
    	// Optional: If specified, this must be a valid port number, 0 < x < 65536.
    	// If HostNetwork is specified, this must match ContainerPort.
    	// +optional
    	HostPort int32
    	// Required: This must be a valid port number, 0 < x < 65536.
    	ContainerPort int32
    	// Required: Supports "TCP", "UDP" and "SCTP"
    	// +optional
    	Protocol Protocol
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"hostPort":      "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
    	"containerPort": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.",
    	"protocol":      "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // If specified, this must be a valid port number, 0 < x < 65536.
      // If HostNetwork is specified, this must match ContainerPort.
      // Most containers do not need this.
      // +optional
      optional int32 hostPort = 2;
    
      // Number of port to expose on the pod's IP address.
      // This must be a valid port number, 0 < x < 65536.
      optional int32 containerPort = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. 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)
Back to top