Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for 383153 (0.1 sec)

  1. ci/devinfra/docker/windows2022/Dockerfile

    # - the correct MTU setting for networking from inside the container to work.
    # - Visual Studio 2022 Build Tools
    # - MSVC 14.39
    # - LLVM/Clang 18.1.4
    # - MSYS2 + curl, git, patch, vim, unzip, zip
    # - Python 3.9 - 3.13
    # - Bazelisk 1.22.1
    # - JDK 21 (Azul Zulu)
    
    FROM mcr.microsoft.com/windows/servercore:ltsc2022
    
    SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", \
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 13 18:59:55 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Kubelet: Add image cache. ([#38375](https://github.com/kubernetes/kubernetes/pull/38375), [@Random-Liu](https://github.com/Random-Liu))
    
    
    
    # v1.5.1
    
    [Documentation](https://docs.k8s.io) & [Examples](https://releases.k8s.io/release-1.5/examples)
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. docs/en/data/github_sponsors.yml

    - - login: Trivie
        avatarUrl: https://avatars.githubusercontent.com/u/8161763?v=4
        url: https://github.com/Trivie
    - - login: takashi-yoneya
        avatarUrl: https://avatars.githubusercontent.com/u/33813153?u=2d0522bceba0b8b69adf1f2db866503bd96f944e&v=4
        url: https://github.com/takashi-yoneya
      - login: Doist
        avatarUrl: https://avatars.githubusercontent.com/u/2565372?v=4
        url: https://github.com/Doist
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:22 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

        assertThat(startupTimes.get(a)).isAtLeast(150);
        // Service b startup takes at least 353 millis, but starting the timer is delayed by at least
        // 150 milliseconds. so in a perfect world the timing would be 353-150=203ms, but since either
        // of our sleep calls can be arbitrarily delayed we should just assert that there is a time
        // recorded.
        assertThat(startupTimes.get(b)).isNotNull();
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153
    pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067
    pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091
    pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667
    pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866
    pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103
    pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE = 1280
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP = 33153
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS = 33067
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * Fix nil pointer dereference in test framework ([#37583](https://github.com/kubernetes/kubernetes/pull/37583), [@mtaufen](https://github.com/mtaufen))
    * Kubelet: Add image cache. ([#38375](https://github.com/kubernetes/kubernetes/pull/38375), [@Random-Liu](https://github.com/Random-Liu))
    * Collect logs for dead kubelets too ([#37671](https://github.com/kubernetes/kubernetes/pull/37671), [@mtaufen](https://github.com/mtaufen))
    
    
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - Adds `create ingress` command to `kubectl` ([#78153](https://github.com/kubernetes/kubernetes/pull/78153), [@amimof](https://github.com/amimof)) [SIG CLI and Network]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	XORQ $7, (R11)                          // 49833307
    	XORQ $7, DX                             // 4883f207
    	XORQ $7, R11                            // 4983f307
    	XORQ DX, (BX)                           // 483113
    	XORQ R11, (BX)                          // 4c311b
    	XORQ DX, (R11)                          // 493113
    	XORQ R11, (R11)                         // 4d311b
    	XORQ DX, DX                             // 4831d2 or 4833d2
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.17.md

        * The default node cidr mask size for IPv6 was 24 which is now changed to 64.
    * The following information is available through environment variables: ([#83123](https://github.com/kubernetes/kubernetes/pull/83123), [@aramase](https://github.com/aramase))
        * status.podIPs - the pod's IP addresses
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
Back to top