Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for 9876 (0.17 sec)

  1. pkg/registry/core/pod/storage/storage_test.go

    					},
    				},
    				Status: api.PodStatus{PodIPs: []api.PodIP{{IP: expectedIP}}},
    			},
    			query:    "foo",
    			location: expectedIP + ":9376",
    		},
    		{
    			pod: api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo"},
    				Spec: api.PodSpec{
    					Containers: []api.Container{
    						{Name: "ctr1", Ports: []api.ContainerPort{{ContainerPort: 9376}}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  2. test/fixedbugs/issue9076.go

    // errorcheck
    
    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 9076: cmd/gc shows computed values in error messages instead of original expression.
    
    package main
    
    import "unsafe"
    
    const Hundred = 100
    var _ int32 = 100/unsafe.Sizeof(int(0)) + 1 // ERROR "100 \/ unsafe.Sizeof\(int\(0\)\) \+ 1|incompatible type"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 10 18:34:40 UTC 2020
    - 551 bytes
    - Viewed (0)
  3. operator/pkg/helmreconciler/testdata/current.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: my-service
    spec:
      selector:
        app: MyApp
      ports:
        - name: http
          protocol: TCP
          port: 80
          nodePort: 9376
        - name: https
          protocol: TCP
          port: 443
          nodePort: 9377
      clusterIP: 10.0.171.239
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 20 03:36:45 UTC 2020
    - 295 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/cel/library/library_compatibility_test.go

    		for name := range lib {
    			functionNames[name] = struct{}{}
    		}
    	}
    
    	// WARN: All library changes must follow
    	// https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2876-crd-validation-expression-language#function-library-updates
    	// and must track the functions here along with which Kubernetes version introduced them.
    	knownFunctions := sets.New(
    		// Kubernetes 1.24:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 12:03:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. src/runtime/cputicks.go

    package runtime
    
    // careful: cputicks is not guaranteed to be monotonic! In particular, we have
    // noticed drift between cpus on certain os/arch combinations. See issue 8976.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 10 12:47:42 UTC 2023
    - 437 bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv13-ALPN-NoMatch

    000000a0  08 0a 08 0b 08 04 08 05  08 06 04 01 05 01 06 01  |................|
    000000b0  00 2b 00 03 02 03 04 00  2d 00 02 01 01 00 33 00  |.+......-.....3.|
    000000c0  26 00 24 00 1d 00 20 3c  8b f2 09 ad ff 96 76 0f  |&.$... <......v.|
    000000d0  9b 05 eb c8 5a 48 68 be  a6 6e dd f6 f5 7d 56 89  |....ZHh..n...}V.|
    000000e0  ff 37 75 13 b1 1b 01                              |.7u....|
    >>> Flow 2 (server to client)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:28 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. subprojects/core-api/src/test/groovy/org/gradle/initialization/BuildLayoutParametersTest.groovy

        @Rule TestNameTestDirectoryProvider temp = new TestNameTestDirectoryProvider(getClass())
    
        @Requires(UnitTestPreconditions.NotEC2Agent)
        @Issue('https://github.com/gradle/gradle-private/issues/2876')
        def "has reasonable defaults"() {
            expect:
            def params = new BuildLayoutParameters()
            params.gradleUserHomeDir == canonicalize(BuildLayoutParameters.DEFAULT_GRADLE_USER_HOME)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 11:15:22 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. pkg/proxy/healthcheck/healthcheck_test.go

    	if len(hcs.services) != 0 {
    		t.Errorf("expected 0 services, got %d", len(hcs.services))
    	}
    
    	// sync a real service
    	nsn := mknsn("a", "b")
    	hcs.SyncServices(map[types.NamespacedName]uint16{nsn: 9376})
    	if len(hcs.services) != 1 {
    		t.Errorf("expected 1 service, got %d", len(hcs.services))
    	}
    	if hcs.services[nsn].endpoints != 0 {
    		t.Errorf("expected 0 endpoints, got %d", hcs.services[nsn].endpoints)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*9864*/ uint16(xSetOp), uint16(XCHG),
    	/*9866*/ uint16(xReadSlashR),
    	/*9867*/ uint16(xArgRM32),
    	/*9868*/ uint16(xArgR32),
    	/*9869*/ uint16(xMatch),
    	/*9870*/ uint16(xCondDataSize), 9858, 9864, 9874,
    	/*9874*/ uint16(xSetOp), uint16(XCHG),
    	/*9876*/ uint16(xReadSlashR),
    	/*9877*/ uint16(xArgRM64),
    	/*9878*/ uint16(xArgR64),
    	/*9879*/ uint16(xMatch),
    	/*9880*/ uint16(xSetOp), uint16(MOV),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  10. platforms/core-runtime/wrapper-shared/src/test/groovy/org/gradle/wrapper/GradleUserHomeLookupTest.groovy

        @Rule
        SetSystemProperties setSystemProperties = new SetSystemProperties()
    
        @Requires(UnitTestPreconditions.NotEC2Agent)
        @Issue('https://github.com/gradle/gradle-private/issues/2876')
        def "returns default Gradle user home if environment variable or system property isn't defined"() {
            expect:
            GradleUserHomeLookup.gradleUserHome() == new File(GradleUserHomeLookup.DEFAULT_GRADLE_USER_HOME)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:12:34 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top