Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 167 of 167 for Resuming (0.11 seconds)

  1. CHANGELOG/CHANGELOG-1.21.md

    - When a CNI plugin returns dual-stack pod IPs, kubelet will now try to respect the
      "primary IP family" of the cluster by picking a primary pod IP of the same family
      as the (primary) node IP, rather than assuming that the CNI plugin returned the IPs
      in the order the administrator wanted (since some CNI plugins don't allow
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.20.md

        - this required deleting some genfeddoc stuff. the binary no longer
          exists in k/k repo since we removed federation/, and I don't see it
          in https://github.com/kubernetes-sigs/kubefed/ either. I'm assuming
          that it's gone for good now.
      
      - bazel: output go_binary rule directly from go_binary_conditional_pure
        
        From: [@mikedanese](https://github.com/mikedanese):
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fixes kubelet to retrieve number of sockets from cAdvisor MachineInfo, instead of assuming it to be equal to number of NUMA nodes. ([#99771](https://github.com/kubernetes/kubernetes/pull/99771), [@iwankgb](https://github.com/iwankgb)) [SIG Node]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  4. doc/go_spec.html

    var s []string
    _ = min(s...)               // invalid: slice arguments are not permitted
    t := max("", "foo", "bar")  // t == "foo" (string kind)
    </pre>
    
    <p>
    For numeric arguments, assuming all NaNs are equal, <code>min</code> and <code>max</code> are
    commutative and associative:
    </p>
    
    <pre>
    min(x, y)    == min(y, x)
    min(x, y, z) == min(min(x, y), z) == min(x, min(y, z))
    </pre>
    
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
  5. docs/en/docs/release-notes.md

    ## 0.65.2
    
    ### Security fixes
    
    * 🔒 Check Content-Type request header before assuming JSON. Initial PR [#2118](https://github.com/tiangolo/fastapi/pull/2118) by [@patrickkwang](https://github.com/patrickkwang).
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  6. lib/fips140/v1.1.0-rc1.zip

    $4, NR, tailLast AESMC B0.B16, B0.B16 AESE K10.B16, B0.B16 AESMC B0.B16, B0.B16 AESE B1.B16, B0.B16 TBZ $3, NR, tailLast AESMC B0.B16, B0.B16 AESE B2.B16, B0.B16 AESMC B0.B16, B0.B16 AESE B3.B16, B0.B16 tailLast: VEOR KLAST.B16, B0.B16, B0.B16 // Assuming it is safe to load past dstPtr due to the presence of the tag VLD1 (srcPtr), [B5.B16] VEOR B5.B16, B0.B16, B0.B16 VEOR T3.B16, T3.B16, T3.B16 MOVD $0, H1 SUB $1, H1 TBZ $3, srcPtrLen, ld4 VMOV B0.D[0], H0 MOVD.P H0, 8(dstPtr) VMOV H1, T3.D[0] VEXT...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  7. lib/fips140/v1.0.0-c2097c7c.zip

    $4, NR, tailLast AESMC B0.B16, B0.B16 AESE K10.B16, B0.B16 AESMC B0.B16, B0.B16 AESE B1.B16, B0.B16 TBZ $3, NR, tailLast AESMC B0.B16, B0.B16 AESE B2.B16, B0.B16 AESMC B0.B16, B0.B16 AESE B3.B16, B0.B16 tailLast: VEOR KLAST.B16, B0.B16, B0.B16 // Assuming it is safe to load past dstPtr due to the presence of the tag VLD1 (srcPtr), [B5.B16] VEOR B5.B16, B0.B16, B0.B16 VEOR T3.B16, T3.B16, T3.B16 MOVD $0, H1 SUB $1, H1 TBZ $3, srcPtrLen, ld4 VMOV B0.D[0], H0 MOVD.P H0, 8(dstPtr) VMOV H1, T3.D[0] VEXT...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top