Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 388 for v100 (0.04 sec)

  1. pkg/registry/batch/cronjob/strategy_test.go

    		otherVersionCtx = genericapirequest.WithRequestInfo(genericapirequest.NewContext(), &genericapirequest.RequestInfo{APIGroup: "batch", APIVersion: "v100", Resource: "cronjobs"})
    	)
    	if got, want := gcds.DefaultGarbageCollectionPolicy(v1beta1Ctx), rest.OrphanDependents; got != want {
    		t.Errorf("DefaultGarbageCollectionPolicy() = %#v, want %#v", got, want)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. test/inline_big.go

    	a[96] = 0
    	a[97] = 0
    	a[98] = 0
    	a[99] = 0
    	a[100] = 0
    	a[101] = 0
    	a[102] = 0
    	a[103] = 0
    	a[104] = 0
    	a[105] = 0
    	a[106] = 0
    	a[107] = 0
    	a[108] = 0
    	a[109] = 0
    	a[110] = 0
    	a[111] = 0
    	a[112] = 0
    	a[113] = 0
    	a[114] = 0
    	a[115] = 0
    	a[116] = 0
    	a[117] = 0
    	a[118] = 0
    	a[119] = 0
    	a[120] = 0
    	a[121] = 0
    	a[122] = 0
    	a[123] = 0
    	a[124] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. pkg/registry/batch/job/strategy_test.go

    		otherVersionCtx = genericapirequest.WithRequestInfo(genericapirequest.NewContext(), &genericapirequest.RequestInfo{APIGroup: "batch", APIVersion: "v100", Resource: "jobs"})
    	)
    	if got, want := gcds.DefaultGarbageCollectionPolicy(v1Ctx), rest.OrphanDependents; got != want {
    		t.Errorf("DefaultGarbageCollectionPolicy() = %#v, want %#v", got, want)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/poset_test.go

    		{Checkpoint, 0, 0},
    		{Ordered_Fail, 6, 100},
    		{SetOrder, 6, 100},
    		{Ordered, 1, 100},
    
    		// Undo: 1<4<6<7<12, 6<101
    		{Ordered, 100, 101},
    		{Undo, 0, 0},
    		{Ordered, 100, 101},
    		{Ordered_Fail, 6, 100},
    		{Ordered, 6, 101},
    		{Ordered, 1, 101},
    
    		// Undo: 1<4<6<7<12, 100<101
    		{Undo, 0, 0},
    		{Ordered_Fail, 1, 100},
    		{Ordered_Fail, 1, 101},
    		{Ordered_Fail, 6, 100},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    values: - "false" - key: istio.io/rev operator: In values: - "1-10-0" --- apiVersion: apps/v1 kind: Deployment metadata: name: istiod-1-10-0 namespace: istio-system labels: app: istiod istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot release: istio spec: strategy: rollingUpdate: maxSurge: 100% maxUnavailable: 25% selector: matchLabels: app: istiod istio.io/rev: 1-10-0 template: metadata: labels: app: istiod istio.io/rev: 1-10-0...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  6. pkg/controller/podautoscaler/metrics/utilization_test.go

    	tc := resourceUtilizationRatioTestCase{
    		metrics: PodMetricsInfo{
    			"test-pod-0": {Value: 50}, "test-pod-1": {Value: 76}, "test-pod-no-request": {Value: 100},
    		},
    		requests: map[string]int64{
    			"test-pod-0": 100, "test-pod-1": 100,
    		},
    		targetUtilization:          50,
    		expectedUtilizationRatio:   1.26,
    		expectedCurrentUtilization: 63,
    		expectedRawAverageValue:    63,
    		expectedErr:                nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 22 08:59:02 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/results/TestDataGeneratorTest.groovy

        def 'can calculate background color'() {
            expect:
            TestDataGenerator.BackgroundColor.ofConfidence([0, 100]).xaxis == [from: -0.5, to: 0.5]
            TestDataGenerator.BackgroundColor.ofConfidence([1, 100]).xaxis == [from: 0.5, to: 1.5]
    
            TestDataGenerator.BackgroundColor.ofConfidence([0, 100]).color == 'rgba(255,0,0,1.0)'
            TestDataGenerator.BackgroundColor.ofConfidence([0, 90]).color == 'rgba(255,0,0,0.5)'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/platform/JUnitPlatformLauncherSessionListenerIntegrationTest.groovy

                ${mavenCentralRepository()}
    
                dependencies {
                    testImplementation project(':other')
                    testCompileOnly 'org.junit.jupiter:junit-jupiter:5.10.0'
                    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
                }
    
                test {
                    useJUnitPlatform()
                    testLogging.showStandardStreams = true
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  9. test/fixedbugs/issue2615.go

    // Issue 2615: a long chain of else if's causes an overflow
    // in the parser stack.
    
    package main
    
    // test returns the index of the lowest set bit in a 256-bit vector.
    func test(x [4]uint64) int {
    	if x[0]&(1<<0) != 0 {
    		return 0
    	} else if x[0]&(1<<1) != 0 {
    		return 1
    	} else if x[0]&(1<<2) != 0 {
    		return 2
    	} else if x[0]&(1<<3) != 0 {
    		return 3
    	} else if x[0]&(1<<4) != 0 {
    		return 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 11.5K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/JavaTestProjectGenerator.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top