Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 117 for 100xi1 (0.39 sec)

  1. pilot/pkg/xds/endpoints/ep_filters_test.go

    	{
    		name:  "from_network1_cluster1a",
    		proxy: makeProxy("network1", "cluster1a"),
    		want: []xdstest.LocLbEpInfo{
    			{
    				LbEps: []xdstest.LbEpInfo{
    					// 3 local endpoints on network1
    					{Address: "10.0.0.1", Weight: 6},
    					{Address: "10.0.0.2", Weight: 6},
    					{Address: "10.0.0.3", Weight: 6},
    					// 1 endpoint on network2, cluster2a
    					{Address: "2.2.2.2", Weight: 6},
    					// 2 endpoints on network2, cluster2b
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/resource/scale_int_test.go

    		// large scaled value does not lose precision
    		{big.NewInt(0).Sub(maxInt64, bigOne), 1, 0, (math.MaxInt64-1)/10 + 1},
    		// large intermediate result.
    		{big.NewInt(1).Exp(big.NewInt(10), big.NewInt(100), nil), 100, 0, 1},
    
    		// scale up
    		{big.NewInt(0), 0, 3, 0},
    		{big.NewInt(1), 0, 3, 1000},
    		{big.NewInt(1), -3, 0, 1000},
    		{big.NewInt(1000), -3, 2, 100000000},
    		{big.NewInt(0).Div(big.NewInt(math.MaxInt64), bigThousand), 0, 3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 11 03:04:14 UTC 2018
    - 2.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    			ServicePort: servicePort,
    			Endpoint: &model.IstioEndpoint{
    				Address:      "1.1.1.1",
    				EndpointPort: 10001,
    			},
    		},
    		{
    			Service:     service,
    			ServicePort: servicePort,
    			Endpoint: &model.IstioEndpoint{
    				Address:      "2001:1::1",
    				EndpointPort: 10001,
    			},
    		},
    	}
    	inboundFilter := func(c *cluster.Cluster) bool {
    		return strings.HasPrefix(c.Name, "inbound|")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. pkg/scheduler/util/pod_resources.go

    // As described in #11713, we use request instead of limit to deal with resource requirements.
    const (
    	// DefaultMilliCPURequest defines default milli cpu request number.
    	DefaultMilliCPURequest int64 = 100 // 0.1 core
    	// DefaultMemoryRequest defines default memory request size.
    	DefaultMemoryRequest int64 = 200 * 1024 * 1024 // 200 MB
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 01 06:25:30 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. test/fixedbugs/issue29504.go

    		sinkT = a /*line :999999:1*/ [ /*line :800:1*/ i]
    	})
    	shouldPanic(func() {
    		var a [3]T
    		a /*line :999999:1*/ [ /*line :900:1*/ i] = T{}
    	})
    	shouldPanic(func() {
    		var a []T
    		a /*line :999999:1*/ [ /*line :1000:1*/ i] = T{}
    	})
    
    	shouldPanic(func() {
    		var a [3]int
    		sinkS = a /*line :999999:1*/ [ /*line :1100:1*/ i:]
    	})
    	shouldPanic(func() {
    		var a []int
    		sinkS = a /*line :999999:1*/ [ /*line :1200:1*/ i:]
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 30 21:30:30 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/encoder_with_allocator_test.go

    	name string
    	obj  runtime.Object
    }
    
    func benchTestCases() []benchTestCase {
    	return []benchTestCase{
    		{
    			name: "an obj with 1kB payload",
    			obj: func() runtime.Object {
    				carpPayload := make([]byte, 1000) // 1 kB
    				if _, err := rand.Read(carpPayload); err != nil {
    					panic(err)
    				}
    				return carpWithPayload(carpPayload)
    			}(),
    		},
    		{
    			name: "an obj with 10kB payload",
    			obj: func() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 13:38:29 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  7. src/runtime/sigtab_linux_mipsx.go

    	/*  96 */ {_SigNotify, "signal 96"},
    	/*  97 */ {_SigNotify, "signal 97"},
    	/*  98 */ {_SigNotify, "signal 98"},
    	/*  99 */ {_SigNotify, "signal 99"},
    	/* 100 */ {_SigNotify, "signal 100"},
    	/* 101 */ {_SigNotify, "signal 101"},
    	/* 102 */ {_SigNotify, "signal 102"},
    	/* 103 */ {_SigNotify, "signal 103"},
    	/* 104 */ {_SigNotify, "signal 104"},
    	/* 105 */ {_SigNotify, "signal 105"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    			name: "kubeadmConfig is nil",
    			args: args{
    				kubeConfigDir: tmpDir,
    				kubeadmConfig: nil,
    				name:          "foo",
    				spec: &kubeConfigSpec{
    					CACert:         caCert,
    					APIServer:      "10.0.0.1",
    					ClientName:     "foo",
    					TokenAuth:      &tokenAuth{Token: "test"},
    					ClientCertAuth: &clientCertAuth{CAKey: caKey},
    				},
    			},
    			expectedError: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  9. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

        }
    
        @Test
        void testConsecutiveDelimiters() {
            assertOrder(X_EQ_Y, "1.0.1", "1..1");
            assertOrder(X_EQ_Y, "1.0.0.1", "1...1");
            assertOrder(X_EQ_Y, "1.0.1", "1--1");
            assertOrder(X_EQ_Y, "1.0.0.1", "1---1");
        }
    
        @Test
        void testUnlimitedNumberOfVersionComponents() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. pilot/pkg/model/validation_test.go

    	},
    }
    
    func TestServiceInstanceValidate(t *testing.T) {
    	endpointWithLabels := func(lbls labels.Instance) *IstioEndpoint {
    		return &IstioEndpoint{
    			Address:      "192.168.1.1",
    			EndpointPort: 10001,
    			Labels:       lbls,
    		}
    	}
    
    	cases := []struct {
    		name     string
    		instance *ServiceInstance
    		valid    bool
    	}{
    		{
    			name: "nil service",
    			instance: &ServiceInstance{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 23 19:35:35 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top