Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 651 for 12e34 (0.05 sec)

  1. pkg/kubelet/envvars/envvars_test.go

    			Spec: v1.ServiceSpec{
    				Selector:  map[string]string{"bar": "sctp-sel"},
    				ClusterIP: "1.2.3.4",
    				Ports: []v1.ServicePort{
    					{Port: 777, Protocol: "SCTP"},
    				},
    			},
    		},
    	}
    	vars := envvars.FromServices(sl)
    	expected := []v1.EnvVar{
    		{Name: "FOO_BAR_SERVICE_HOST", Value: "1.2.3.4"},
    		{Name: "FOO_BAR_SERVICE_PORT", Value: "8080"},
    		{Name: "FOO_BAR_PORT", Value: "tcp://1.2.3.4:8080"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/proxy-override.yaml

              securityContext:
                allowPrivilegeEscalation: true
                readOnlyRootFilesystem: false
                # These should not be removed or ignored, should be honored
                runAsUser: 1234
                runAsGroup: 1234
          volumes:
            - name: certs
              secret:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 19:52:06 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    		{Address: "1.2.3.4", Port: 81, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		{Address: "1.2.3.4", Port: 82, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		// Use short host name
    		{Address: "1.2.3.4", Port: 83, Protocol: simulation.TCP, TLS: simulation.TLS, HostHeader: "headless.default"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/const_tensor.mlir

    // CHECK-LABEL: func @dense_tensor
    func.func @dense_tensor() -> tensor<4xui64> {
      // CHECK: tfrt_fallback_async.const_dense_tensor dense<[1, 2, 3, 4]> : tensor<4xui64>
      %0 = "tf.Const"() {value = dense<[1, 2, 3, 4]> : tensor<4xui64>} : () -> tensor<4xui64>
      // CHECK: tfrt_fallback_async.const_dense_tensor  dense<1.000000e+00> : tensor<1xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 00:40:32 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/DefaultSerializerRegistryTest.groovy

            def serializer = registry.build(Number)
    
            expect:
            serialize(123L, serializer) == 123L
            serialize(123, serializer) == 123
            serialize(123.4, serializer) == 123.4
        }
    
        def "custom serialization takes precedence over Java serialization"() {
            given:
            def customSerializer = Stub(Serializer) {
                read(_) >> { Decoder decoder ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

            result.component.version == VersionNumber.parse("15.0")
            result.component.baseDir == dir3
            result.component.visualCpp.name == "Visual C++ 1.2.3-4"
            result.component.visualCpp.version == VersionNumber.parse("1.2.3.4")
        }
    
        def "use highest visual studio version found from the command line and registry"() {
            def dir1 = vsDir("vs1")
            def dir2 = vsDir("vs2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  7. pkg/kube/controllers/common_test.go

    			Name:      "pod",
    			Namespace: "ns",
    			OwnerReferences: []metav1.OwnerReference{{
    				APIVersion: gvk.Deployment.GroupVersion(),
    				Kind:       gvk.Deployment.Kind,
    				Name:       "deployment",
    				UID:        "1234",
    			}},
    		},
    	})
    	retry.UntilOrFail(t, func() bool {
    		return written.Load() == "ns/deployment"
    	}, retry.Timeout(time.Second*5))
    	written.Store("")
    
    	handler(&corev1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 15 15:34:49 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/sets/set_test.go

    	}{
    		{
    			NewString("1", "2", "3", "4"),
    			NewString("3", "4", "5", "6"),
    			NewString("3", "4"),
    		},
    		{
    			NewString("1", "2", "3", "4"),
    			NewString("1", "2", "3", "4"),
    			NewString("1", "2", "3", "4"),
    		},
    		{
    			NewString("1", "2", "3", "4"),
    			NewString(),
    			NewString(),
    		},
    		{
    			NewString(),
    			NewString("1", "2", "3", "4"),
    			NewString(),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 03:47:18 UTC 2022
    - 8K bytes
    - Viewed (0)
  9. test/float_lit.go

    	}
    
    	if !close(.0E-12, 0, 1, 0) {
    		print(".0E-12 is ", .0E-12, "\n")
    	}
    	if !close(+.01e23, 1, 100, 23) {
    		print("+.01e23 is ", +.01e23, "\n")
    	}
    	if !close(-.012e34, -12, 1000, 34) {
    		print("-.012e34 is ", -.012e34, "\n")
    	}
    
    	if !close(0.0E12, 0, 1, 12) {
    		print("0.0E12 is ", 0.0E12, "\n")
    	}
    	if !close(+10.01e23, 1001, 100, 23) {
    		print("+10.01e23 is ", +10.01e23, "\n")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/serviceentry_simulation_test.go

    			config:     fmt.Sprintf(se, "1234:1f1:123:123:f816:3eff:feb8:2287/32", "1234:1f1:123:123:f816:3eff:febf:57ce/32"),
    			kubeConfig: "",
    			calls: []simulation.Expect{{
    				// Expect listener, but no routing
    				Name: "defined port",
    				Call: simulation.Call{
    					Port:       9999,
    					HostHeader: "blah.somedomain",
    					Address:    "1234:1f1:1:1:1:1:1:1",
    					Protocol:   simulation.HTTP,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top