Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 1536 (0.11 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDG = 15367
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDGB = 15368
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    map[Point]string{{0, 0}: "orig"}    // same as map[Point]string{Point{0, 0}: "orig"}
    
    type PPoint *Point
    [2]*Point{{1.5, -3.5}, {}}          // same as [2]*Point{&Point{1.5, -3.5}, &Point{}}
    [2]PPoint{{1.5, -3.5}, {}}          // same as [2]PPoint{PPoint(&Point{1.5, -3.5}), PPoint(&Point{})}
    </pre>
    
    <p>
    A parsing ambiguity arises when a composite literal using the
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    Rescheduler 0.3 shipped together with Kubernetes 1.6 understands the new taints and will clean up the old annotations, but Rescheduler 0.2 shipped together with Kubernetes 1.5 doesn't understand the new taints. In order to avoid eviction loop during 1.5->1.6 upgrade you need to either upgrade the master node atomically (for example by using `upgrade.sh` script for GCE) or ensure that the rescheduler is upgraded first, then the scheduler and then all the other master components.
    
    * **Tolerations**...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top