Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 182 of 182 for unqueued (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.15.md

    ### Alpha
    
    - You can now create a non-preempting Pod priority (NonPreemptingPriority). If set on a class, the pod will continue to be prioritized above queued pods of a lesser class, but will not preempt running pods. ([#74614](https://github.com/kubernetes/kubernetes/pull/74614), [@denkensk](https://github.com/denkensk))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  2. doc/go_spec.html

              [n]T, *[n]T      array length (== n)
              []T              slice length
              map[K]T          map length (number of defined keys)
              chan T           number of elements queued in channel buffer
              type parameter   see below
    
    cap(s)    [n]T, *[n]T      array length (== n)
              []T              slice capacity
              chan T           channel buffer capacity
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top