Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for cars (0.38 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_BSC = 83
    pkg syscall (netbsd-arm64-cgo), const IFT_BSC ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP = 248
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL = 61
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.14.md

    - kubectl supports copying files with wild card ([#72641](https://github.com/kubernetes/kubernetes/pull/72641), [@dixudx](https://github.com/dixudx))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - Upon receiving a LIST request with an expired continue token, the apiserver now returns a continue token together with the 410 "the from parameter is too old" error. If the client does not care about getting a list from a consistent snapshot, the client can use this token to continue listing from the next key, but the returned chunk will be from the latest snapshot. ([#67284](https://github.com/kubernetes/kubernetes/pull/67284), [@caesar...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFT_ATM ideal-int
    pkg syscall (darwin-arm64), const IFT_BRIDGE = 209
    pkg syscall (darwin-arm64), const IFT_BRIDGE ideal-int
    pkg syscall (darwin-arm64), const IFT_CARP = 248
    pkg syscall (darwin-arm64), const IFT_CARP ideal-int
    pkg syscall (darwin-arm64), const IFT_CELLULAR = 255
    pkg syscall (darwin-arm64), const IFT_CELLULAR ideal-int
    pkg syscall (darwin-arm64), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.20.md

    - Fix pull image error from multiple ACRs using azure managed identity ([#96355](https://github.com/kubernetes/kubernetes/pull/96355), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - Kube-controller-manager: the dynamic resource controller steps in when a pod got created such that the scheduler ignores it (i.e. spec.nodeName is set) and then takes care of triggering delayed resource claim allocation and/or reserving a claim for the pod. ([#118209](https://github.com/kubernetes/kubernetes/pull/118209), [@pohly](https://github.com/pohly)) [SIG API Machinery, Apps, Auth, Node and Testing]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.10.md

        * Afterwards, don't care about the orders specified in the flags.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    of `text/plain` containing JSON data would be accepted and the JSON data would be extracted.
    
    But requests with content type `text/plain` are exempt from [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) preflights, for being considered [Simple requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests). So, the browser would execute them right away including cookies, and the text content could be a JSON string that would be parsed and accepted by the...
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  9. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // ResourceFieldSelector represents container resources (cpu, memory) and their output format
    // +structType=atomic
    message ResourceFieldSelector {
      // Container name: required for volumes, optional for env vars
      // +optional
      optional string containerName = 1;
    
      // Required: resource to select
      optional string resource = 2;
    
      // Specifies the output format of the exposed resources, defaults to "1"
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.16.md

        * - clusters moving from IPv6 (while not seen in the wild, we can not rule out their existence) to dualstack will require deleting backend pools (the reconciler will take care of creating correct backendpools)
    * Promotes VolumePVCDataSource (Cloning) feature to beta for 1.16 release  ([#81792](https://github.com/kubernetes/kubernetes/pull/81792), [@j-griffith](https://github.com/j-griffith))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
Back to top