Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for bin2 (0.28 sec)

  1. RELEASE.md

    *   Fixes an NPE in RandomShuffle with XLA enable [CVE-2023-25674](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25674)
    *   Fixes an FPE in TensorListSplit with XLA [CVE-2023-25673](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25673)
    *   Fixes segmentation fault in tfg-translate [CVE-2023-25671](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25671)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      properties:
                        bind:
                          description: The IP(IPv4 or IPv6) or the Unix domain socket
                            to which the listener should be bound to.
                          type: string
                        captureMode:
                          description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                      properties:
                        bind:
                          description: The IP(IPv4 or IPv6) or the Unix domain socket
                            to which the listener should be bound to.
                          type: string
                        captureMode:
                          description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    items:
                      properties:
                        bind:
                          description: The IP(IPv4 or IPv6) or the Unix domain socket
                            to which the listener should be bound to.
                          type: string
                        captureMode:
                          description: When the bind address is an IP, the captureMode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Kube-proxy: add `--bind-address-hard-fail` flag to treat failure to bind to a port as fatal ([#89350](https://github.com/kubernetes/kubernetes/pull/89350), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "azureFile": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFileVolumeSource"
                  }
                ],
                "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
              },
              "cephfs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      Gateway in an implementation-specific manner, assigning an appropriate
                      set of Addresses.
    
    
                      The implementation MUST bind all Listeners to every GatewayAddress that
                      it assigns to the Gateway and add a corresponding entry in
                      GatewayStatus.Addresses.
    
    
                      Support: Extended
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Access(string, uint32) error
    pkg syscall (freebsd-arm64), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (freebsd-arm64), func Bind(int, Sockaddr) error
    pkg syscall (freebsd-arm64), func BpfBuflen //deprecated
    pkg syscall (freebsd-arm64), func BpfBuflen(int) (int, error)
    pkg syscall (freebsd-arm64), func BpfDatalink //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Access(string, uint32) error #53466
    pkg syscall (freebsd-riscv64), func Adjtime(*Timeval, *Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Bind(int, Sockaddr) error #53466
    pkg syscall (freebsd-riscv64), func BpfBuflen //deprecated #53466
    pkg syscall (freebsd-riscv64), func BpfBuflen(int) (int, error) #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    			},
    			Data:       data,
    			BinaryData: binaryData,
    		}
    	}
    
    	var (
    		validConfigMap = newConfigMap("validname", "validns", map[string]string{"key": "value"}, map[string][]byte{"bin": []byte("value")})
    		maxKeyLength   = newConfigMap("validname", "validns", map[string]string{strings.Repeat("a", 253): "value"}, nil)
    
    		emptyName               = newConfigMap("", "validns", nil, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top