Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 651 for 12e34 (0.04 sec)

  1. pkg/util/node/node_test.go

    		"missing address": {
    			Addresses: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "1.2.3.4"},
    			},
    			Preferences: []v1.NodeAddressType{v1.NodeHostName},
    			ExpectErr:   "no preferred addresses found; known addresses: [{InternalIP 1.2.3.4}]",
    		},
    		"found address": {
    			Addresses: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "1.2.3.4"},
    				{Type: v1.NodeExternalIP, Address: "1.2.3.5"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 23:24:38 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/extensions_test.go

    				Match: []*extensions.WasmPlugin_TrafficSelector{
    					{
    						Mode:  v1beta1.WorkloadMode_SERVER,
    						Ports: []*v1beta1.PortSelector{{Number: 1234}},
    					},
    				},
    			}},
    			proxyLabels: map[string]string{"a": "b", "c": "d"},
    			listenerInfo: WasmPluginListenerInfo{
    				Port:  1234,
    				Class: networking.ListenerClassSidecarInbound,
    			},
    			want: true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/VisualStudioVersionDeterminerTest.groovy

            and:
            metadata.version == VersionNumber.parse("15.3.26730.16")
            metadata.installDir == dir1
            metadata.visualCppDir == new File(dir1, "VC/Tools/MSVC/1.2.3.4")
            metadata.visualCppVersion == VersionNumber.parse("1.2.3.4")
            metadata.compatibility == VS2017_OR_LATER
        }
    
        def "can determine a legacy version of an install from command line"() {
            def dir1 = tmpDir.createDir("dir1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  4. test/ken/shift.go

    	}
    }
    
    func
    init() {
    	/*
    	 * set the 'correct' answer
    	 */
    
    	ians[index(0,0,0)] =   1234;
    	ians[index(0,0,1)] =   1234;
    	ians[index(0,1,0)] =  39488;
    	ians[index(0,1,1)] =     38;
    	ians[index(0,2,0)] =      0;
    	ians[index(0,2,1)] =      0;
    
    	ians[index(1,0,0)] =  -1234;
    	ians[index(1,0,1)] =  -1234;
    	ians[index(1,1,0)] = -39488;
    	ians[index(1,1,1)] =    -39;
    	ians[index(1,2,0)] =      0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 2.3K bytes
    - Viewed (0)
  5. pkg/controlplane/controller/kubernetesservice/controller_test.go

    				Spec: corev1.ServiceSpec{
    					Ports: []corev1.ServicePort{
    						{Name: "foo", Port: 8080, Protocol: "TCP", TargetPort: intstr.FromInt32(8080)},
    					},
    					Selector:        nil,
    					ClusterIP:       "1.2.3.4",
    					IPFamilyPolicy:  &singleStack,
    					SessionAffinity: corev1.ServiceAffinityNone,
    					Type:            corev1.ServiceTypeClusterIP,
    				},
    			},
    		},
    	}
    	for _, test := range createTests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 10:41:06 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/local/LocalFileStandInExternalResourceTest.groovy

            file.text = "1234"
    
            expect:
            def resource = new LocalFileStandInExternalResource(file, TestFiles.fileSystem())
            def result = resource.withContentIfPresent(new ExternalResource.ContentAction<String>() {
                @Override
                String execute(InputStream input) throws IOException {
                    assert input.text == "1234"
                    return "result 1"
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 14K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-out1.yaml

                rules:
                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
          istio-ext-authz-ns[foo]-policy[httpbin-deny]-rule[2]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/local/model/PublishArtifactLocalArtifactMetadataTest.groovy

            def publishArtifact = newPublishArtifact("name", "type", "ext", "classifier", "name-1234.jar")
            def componentId = newComponentId("foo")
            def metadata = new PublishArtifactLocalArtifactMetadata(componentId, publishArtifact)
    
            expect:
            metadata.getDisplayName() == "name-1234.jar (foo:foo:foo)"
        }
    
        def "equals and hash code differentiate between same and different instances"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/sets/set_generic_test.go

    		expected sets.Set[string]
    	}{
    		{
    			sets.New("1", "2", "3", "4"),
    			sets.New("3", "4", "5", "6"),
    			sets.New("1", "2", "3", "4", "5", "6"),
    		},
    		{
    			sets.New("1", "2", "3", "4"),
    			sets.New[string](),
    			sets.New("1", "2", "3", "4"),
    		},
    		{
    			sets.New[string](),
    			sets.New("1", "2", "3", "4"),
    			sets.New("1", "2", "3", "4"),
    		},
    		{
    			sets.New[string](),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 09:03:44 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    				},
    				Spec: v1.PodSpec{},
    				Status: v1.PodStatus{
    					Phase: v1.PodPending,
    					PodIP: "1.2.3.4",
    				},
    			},
    			result: &workloadapi.Workload{
    				Uid:               "cluster0//Pod/ns/name",
    				Name:              "name",
    				Namespace:         "ns",
    				Addresses:         [][]byte{netip.AddrFrom4([4]byte{1, 2, 3, 4}).AsSlice()},
    				Network:           testNW,
    				CanonicalName:     "name",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top