Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1809 (0.04 sec)

  1. cluster/images/etcd/Makefile

    IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
    
    ARCH?=amd64
    
    # Operating systems supported: linux, windows
    OS ?= linux
    # OS Version for the Windows images: 1809, ltsc2022
    OSVERSION ?= 1809
    
    # The output type could either be docker (local), or registry.
    # If it is registry, it will also allow us to push the Windows images.
    OUTPUT_TYPE ?= docker
    
    ALL_OS = linux windows
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/metrics.go

    	subsystem = "watch_cache"
    )
    
    /*
     * By default, all the following metrics are defined as falling under
     * ALPHA stability level https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/1209-metrics-stability/kubernetes-control-plane-metrics-stability.md#stability-classes)
     *
     * Promoting the stability level of the metric is a responsibility of the component owner, since it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 07:39:23 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(3, 3, DecimalSI), "3k", ""},
    		{decQuantity(0, 0, DecimalExponent), "0", "00"},
    		{decQuantity(1, -9, DecimalSI), "1n", ""},
    		{decQuantity(80, -9, DecimalSI), "80n", ""},
    		{decQuantity(1080, -9, DecimalSI), "1080n", ""},
    		{decQuantity(108, -8, DecimalSI), "1080n", ""},
    		{decQuantity(10800, -10, DecimalSI), "1080n", ""},
    		{decQuantity(1, -6, DecimalSI), "1u", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add Japanese translation for `docs/ja/docs/python-types.md`. PR [#1899](https://github.com/tiangolo/fastapi/pull/1899) by [@SwftAlpc](https://github.com/SwftAlpc).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top