Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 227 for 30001 (0.08 sec)

  1. pkg/registry/core/service/ipallocator/controller/repair_test.go

    			},
    		},
    		&corev1.Service{ // outside CIDR, will be dropped
    			ObjectMeta: metav1.ObjectMeta{Namespace: "x6", Name: "out-v6"},
    			Spec: corev1.ServiceSpec{
    				ClusterIP:  "3000::1",
    				ClusterIPs: []string{"3000::1"},
    				IPFamilies: []corev1.IPFamily{corev1.IPv6Protocol},
    			},
    		},
    		&corev1.Service{
    			ObjectMeta: metav1.ObjectMeta{Namespace: "x6", Name: "out-v4-v6"},
    			Spec: corev1.ServiceSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller_test.go

    				Spec: v1.ServiceSpec{
    					ClusterIP: "3000::1",
    				},
    			},
    			expectError:            true,
    			expectedEndpointFamily: ipv4,
    		},
    		// but this will actually give an error
    		{
    			name:       "v6 service, in a v4 only cluster",
    			ipFamilies: ipv4only,
    			service: v1.Service{
    				Spec: v1.ServiceSpec{
    					ClusterIP: "3000::1",
    				},
    			},
    			expectError: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    	svc1.Name, svc1.Spec.HealthCheckNodePort = "valid-svc1", 30000
    	svc2.Name, svc2.Spec.HealthCheckNodePort = "valid-svc2", 30001
    	// make svc3 invalid by setting external traffic policy to cluster
    	invalidSvc3.Spec.ExternalTrafficPolicy = v1.ServiceExternalTrafficPolicyCluster
    	invalidSvc3.Name, invalidSvc3.Spec.HealthCheckNodePort = "invalid-svc3", 30002
    
    	makeServiceMap(fp,
    		&svc1,
    		&svc2,
    		&invalidSvc3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.3.md

    ### Other notable changes
    
    * Update Dashboard UI to version v1.1.1 ([#30273](https://github.com/kubernetes/kubernetes/pull/30273), [@bryk](https://github.com/bryk))
    * allow restricting subresource access ([#30001](https://github.com/kubernetes/kubernetes/pull/30001), [@deads2k](https://github.com/deads2k))
    * Fix PVC.Status.Capacity and AccessModes after binding ([#29982](https://github.com/kubernetes/kubernetes/pull/29982), [@jsafrane](https://github.com/jsafrane))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  5. pkg/registry/core/service/storage/storage_test.go

    		expect: svctest.MakeService("foo", svctest.SetClusterIPs("10.0.0.1"),
    			svctest.SetIPFamilyPolicy(api.IPFamilyPolicySingleStack),
    			svctest.SetIPFamilies(api.IPv4Protocol)),
    	}, {
    		name:  "single v6",
    		input: svctest.MakeService("foo", svctest.SetClusterIPs("2000::1")),
    		expect: svctest.MakeService("foo", svctest.SetClusterIPs("2000::1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    	case ARLDCL:
    		return OPVCC(30, 8, 0, 0)
    	case ARLDCLCC:
    		return OPVCC(30, 0, 0, 1)
    
    	case ARLDCR:
    		return OPVCC(30, 9, 0, 0)
    	case ARLDCRCC:
    		return OPVCC(30, 9, 0, 1)
    
    	case ARLDICL:
    		return OPVCC(30, 0, 0, 0)
    	case ARLDICLCC:
    		return OPVCC(30, 0, 0, 1)
    	case ARLDICR:
    		return OPMD(30, 1, 0) // rldicr
    	case ARLDICRCC:
    		return OPMD(30, 1, 1) // rldicr.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. pilot/pkg/xds/endpoints/ep_filters_test.go

    					// 3 local endpoints in network2
    					{Address: "20.0.0.1", Weight: 6},
    					{Address: "20.0.0.2", Weight: 6},
    					{Address: "20.0.0.3", Weight: 6},
    					// 2 endpoint on network1 with weight aggregated at the gateway
    					{Address: "1.1.1.1", Weight: 12},
    					// 1 endpoint on network4 with no gateway (i.e. directly accessible)
    					{Address: "40.0.0.1", Weight: 6},
    				},
    				Weight: 36,
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. src/crypto/tls/handshake_messages_test.go

    	}
    	if rand.Intn(10) > 5 {
    		for i := 0; i < rand.Intn(5); i++ {
    			m.serverShare.group = CurveID(rand.Intn(30000) + 1)
    			m.serverShare.data = randomBytes(rand.Intn(200)+1, rand)
    		}
    	} else if rand.Intn(10) > 5 {
    		m.selectedGroup = CurveID(rand.Intn(30000) + 1)
    	}
    	if rand.Intn(10) > 5 {
    		m.selectedIdentityPresent = true
    		m.selectedIdentity = uint16(rand.Intn(0xffff))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  9. 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)
  10. pkg/proxy/nftables/proxier_test.go

    				svc.Spec.ClusterIP = "172.30.0.41"
    				svc.Spec.Ports = []v1.ServicePort{{
    					Name:     "p80",
    					Port:     80,
    					Protocol: v1.ProtocolTCP,
    					NodePort: int32(3001),
    				}}
    				svc.Spec.HealthCheckNodePort = 30001
    				svc.Status.LoadBalancer.Ingress = []v1.LoadBalancerIngress{{
    					IP: "1.2.3.4",
    				}}
    			}),
    			makeTestService("ns2", "svc2", func(svc *v1.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top