Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 785 for 123x (0.04 sec)

  1. pilot/pkg/autoregistration/controller_test.go

    		"missing group":      {IPAddresses: []string{"1.2.3.4"}, Metadata: &model.NodeMetadata{Namespace: wgA.Namespace}},
    		"missing ip":         {Metadata: &model.NodeMetadata{Namespace: wgA.Namespace, AutoRegisterGroup: wgA.Name}},
    		"missing namespace":  {IPAddresses: []string{"1.2.3.4"}, Metadata: &model.NodeMetadata{AutoRegisterGroup: wgA.Name}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformParallelIntegrationTest.groovy

            m1.artifactFile.text = "1234"
            def m2 = mavenRepo.module("test", "test2", "2.3").publish()
            m2.artifactFile.text = "12"
    
            given:
            buildFile << """
                def a = file('a.jar')
                a.text = '1234'
                def b = file('b.jar')
                b.text = '12'
                def c = file('c.jar')
                c.text = '123'
    
                repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:31 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. pkg/registry/discovery/endpointslice/strategy_test.go

    				ObjectMeta: metav1.ObjectMeta{Generation: 1},
    				Endpoints: []discovery.Endpoint{{
    					Addresses: []string{"1.2.3.4"},
    				}},
    			},
    			newEPS: &discovery.EndpointSlice{
    				ObjectMeta: metav1.ObjectMeta{Generation: 1},
    				Endpoints: []discovery.Endpoint{{
    					Addresses: []string{"1.2.3.4"},
    				}},
    			},
    			expectedEPS: &discovery.EndpointSlice{
    				ObjectMeta: metav1.ObjectMeta{Generation: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/version/version_test.go

    		{version: "1.2.3+.foo", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.02.3", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.03", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.003", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.3.4", unparsed: "1.2.3.4"},
    		{version: "1.2.3.4b3", unparsed: "1.2.3.4", equalsPrev: true},
    		{version: "1.2.3.4.5", unparsed: "1.2.3.4.5"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  5. utils/utils_test.go

    		}
    	}
    }
    
    func TestContains(t *testing.T) {
    	containsTests := []struct {
    		name  string
    		elems []string
    		elem  string
    		out   bool
    	}{
    		{"exists", []string{"1", "2", "3"}, "1", true},
    		{"not exists", []string{"1", "2", "3"}, "4", false},
    	}
    	for _, test := range containsTests {
    		t.Run(test.name, func(t *testing.T) {
    			if out := Contains(test.elems, test.elem); test.out != out {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Feb 19 03:42:25 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. src/math/big/floatconv_test.go

    		{"%e", 1.0, "1.000000e+00"},
    		{"%e", 1234.5678e3, "1.234568e+06"},
    		{"%e", 1234.5678e-8, "1.234568e-05"},
    		{"%e", -7.0, "-7.000000e+00"},
    		{"%e", -1e-9, "-1.000000e-09"},
    		{"%f", 1234.5678e3, "1234567.800000"},
    		{"%f", 1234.5678e-8, "0.000012"},
    		{"%f", -7.0, "-7.000000"},
    		{"%f", -1e-9, "-0.000000"},
    		{"%g", 1234.5678e3, "1.2345678e+06"},
    		{"%g", float32(1234.5678e3), "1.2345678e+06"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___LOG1P_B                       = 0x4CE // 1230
    	SYS___LOGB_B                        = 0x4CF // 1231
    	SYS_MATHERR                         = 0x4D0 // 1232
    	SYS___MODF_B                        = 0x4D1 // 1233
    	SYS___NEXTAFTER_B                   = 0x4D2 // 1234
    	SYS___RINT_B                        = 0x4D3 // 1235
    	SYS_SCALBN                          = 0x4D4 // 1236
    	SYS_SIGNIFIC                        = 0x4D5 // 1237
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. pkg/controller/endpoint/endpoints_controller_test.go

    	}
    
    	expectedSubsets := []v1.EndpointSubset{{
    		Addresses: []v1.EndpointAddress{
    			{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}},
    			{IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}},
    			{IP: "1.2.3.6", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. pkg/controlplane/reconcilers/instancecount_test.go

    			serviceName:   "foo",
    			ip:            "1.2.3.4",
    			endpointPorts: []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}},
    			initialState:  nil,
    			expectCreate:  makeEndpointsArray("foo", []string{"1.2.3.4"}, []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}}),
    		},
    		{
    			testName:      "existing endpoints satisfy",
    			serviceName:   "foo",
    			ip:            "1.2.3.4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 27 12:46:24 UTC 2022
    - 14K bytes
    - Viewed (0)
  10. pkg/controlplane/reconcilers/lease_test.go

    			ip:            "1.2.3.4",
    			endpointPorts: []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}},
    			initialState:  makeEndpointsArray("foo", []string{"1.2.3.4"}, []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}}),
    			expectLeases:  []string{"1.2.3.4"},
    		},
    		{
    			testName:      "existing endpoints satisfy, no endpointslice",
    			serviceName:   "foo",
    			ip:            "1.2.3.4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 28.7K bytes
    - Viewed (0)
Back to top