Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 282 for 120m (0.24 sec)

  1. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-configmap.yaml

      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    data:
      typha-autoscaler: |-
        {
          "calico-typha": {
            "requests": {
              "cpu": {
                "base": "120m",
                "step": "80m",
                "nodesPerStep": 10,
                "max": "1000m"
              }
            }
          }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 14 15:32:57 UTC 2019
    - 414 bytes
    - Viewed (0)
  2. .github/workflows/go-lint.yml

              Set-MpPreference -DisableRealtimeMonitoring $true
              netsh int ipv4 set dynamicport tcp start=60000 num=61000
              go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe
              go test -v --timeout 120m ./...
          - name: Build on ${{ matrix.os }}
            if: matrix.os == 'ubuntu-latest'
            env:
              CGO_ENABLED: 0
              GO111MODULE: on
            run: |
              sudo apt install jq -y
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 22:29:33 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testshared/testdata/global/main.go

    	}
    }
    
    //go:noinline
    func testLargeOffset() {
    	for i, s := range globallib.Data[1<<20:] {
    		if s != int64(i)+1<<20 {
    			panic("testLargeOffset: index mismatch")
    		}
    	}
    
    	x := globallib.Data[1<<20+1]
    	if x != 1<<20+1 {
    		panic("testLargeOffset: direct mismatch")
    	}
    
    	y := &globallib.Data[1<<20+2]
    	if y != &ptrData()[1<<20+2] {
    		panic("testLargeOffset: address mismatch")
    	}
    }
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. src/internal/gover/gover_test.go

    var isLangTests = []testCase1[string, bool]{
    	{"1.2rc3", false},
    	{"1.2.3", false},
    	{"1.999testmod", false},
    	{"1.22", true},
    	{"1.21", true},
    	{"1.20", false}, // == 1.20.0
    	{"1.19", false}, // == 1.20.0
    	{"1.3", false},  // == 1.3.0
    	{"1.2", false},  // == 1.2.0
    	{"1", false},    // == 1.0.0
    }
    
    func TestIsValid(t *testing.T) { test1(t, isValidTests, "IsValid", IsValid) }
    
    var isValidTests = []testCase1[string, bool]{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/gover/gover_test.go

    var isLangTests = []testCase1[string, bool]{
    	{"1.2rc3", false},
    	{"1.2.3", false},
    	{"1.999testmod", false},
    	{"1.22", true},
    	{"1.21", true},
    	{"1.20", false}, // == 1.20.0
    	{"1.19", false}, // == 1.20.0
    	{"1.3", false},  // == 1.3.0
    	{"1.2", false},  // == 1.2.0
    	{"1", false},    // == 1.0.0
    }
    
    func TestPrev(t *testing.T) { test1(t, prevTests, "Prev", Prev) }
    
    var prevTests = []testCase1[string, string]{
    	{"", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/mips.s

    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	FCR0, R1
    
    	//	LMOVW freg ','  fpscr
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	R1, FCR0
    
    	//	LMOVW rreg ',' mreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	R1, M1
    	MOVW	R1, M1
    
    	//	LMOVW mreg ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	M1, R1
    	MOVW	M1, R1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. manifests/helm-profiles/compatibility-version-1.20.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 534 bytes
    - Viewed (0)
  8. cluster/addons/addon-manager/kube-addons-test.sh

        return 1
      elif ! (kubectl get limits/limits -n ${TEST_NS} -o yaml | grep --silent "100m"); then
        error "limits does not match applied config"
        return 1
      fi
    
      # Changes to addons with mode reconcile should be reflected.
      echo_blue "Changes to manifest should be reflected in the cluster"
      limitrange="${limitrange//100m/50m}"
      create_resource_from_string "${limitrange}" "10" "1" "limitrange.yaml" "${TEST_NS}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 25 02:46:18 UTC 2021
    - 9.3K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/helper/qos/qos_test.go

    				newContainer("guaranteed", getResourceList("100m", "100Mi"), getResourceList("100m", "100Mi")),
    			}),
    			expected: v1.PodQOSGuaranteed,
    		},
    		{
    			pod: newPod("guaranteed-guaranteed", []v1.Container{
    				newContainer("guaranteed", getResourceList("100m", "100Mi"), getResourceList("100m", "100Mi")),
    				newContainer("guaranteed", getResourceList("100m", "100Mi"), getResourceList("100m", "100Mi")),
    			}),
    			expected: v1.PodQOSGuaranteed,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 14:47:37 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/admission_test.go

    				corev1.ResourceCPU: "100m",
    			}),
    			expected: "cpu=100m",
    		},
    		{
    			input: toResourceList(map[corev1.ResourceName]string{
    				corev1.ResourcePods:                   "10",
    				corev1.ResourceServices:               "10",
    				corev1.ResourceReplicationControllers: "10",
    				corev1.ResourceServicesNodePorts:      "10",
    				corev1.ResourceRequestsCPU:            "100m",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 23 10:34:50 UTC 2022
    - 5.2K bytes
    - Viewed (0)
Back to top