Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,106 for 200M (0.06 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/audit_test.go

    			func(server string) (*http.Request, error) {
    				return http.NewRequest("GET", server+"/"+prefix+"/"+testGroupVersion.Group+"/"+testGroupVersion.Version+"/namespaces/other/simple/c", bytes.NewBuffer(simpleFooJSON))
    			},
    			200,
    			2,
    			[]eventCheck{
    				noRequestBody(1),
    				responseBodyMatches(1, `{.*"name":"c".*}`),
    				expectedStages(auditinternal.StageRequestReceived, auditinternal.StageResponseComplete),
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 23:04:34 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  2. pkg/kubelet/token/token_manager_test.go

    					namespace: "foo-ns",
    					tr: &authenticationv1.TokenRequest{
    						Spec: authenticationv1.TokenRequestSpec{
    							Audiences:         []string{"foo1", "foo2"},
    							ExpirationSeconds: getInt64Point(2000),
    							BoundObjectRef: &authenticationv1.BoundObjectReference{
    								Kind: "pod",
    								Name: "foo-pod",
    								UID:  "foo-uid",
    							},
    						},
    					},
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 04 00:16:47 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  3. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		namespace0 = "test0"
    		namespace2 = "test2"
    	)
    	const (
    		seedRoot              = 0
    		seedRuntime           = 100
    		seedKubelet           = 200
    		seedMisc              = 300
    		seedPod0Infra         = 1000
    		seedPod0Container0    = 2000
    		seedPod0Container1    = 2001
    		seedPod1Infra         = 3000
    		seedPod1Container     = 4000
    		seedPod2Infra         = 5000
    		seedPod2Container     = 6000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

      }
    
      public void testIncrementIPv6() throws UnknownHostException {
        InetAddress addressV6_66_0 = InetAddress.getByName("2001:db8::6600");
        InetAddress addressV6_66_ff = InetAddress.getByName("2001:db8::66ff");
        InetAddress addressV6_67_0 = InetAddress.getByName("2001:db8::6700");
    
        InetAddress address = addressV6_66_0;
        for (int i = 0; i < 255; i++) {
          address = InetAddresses.increment(address);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  5. pkg/api/service/warnings_test.go

    			},
    		},
    		{
    			name:    "Dual Stack IPv4-IPv6 and IPv6 non-canonical format",
    			service: service([]string{"192.12.2.2", "2001:db8:0:0::2"}),
    			want: []string{
    				`spec.clusterIPs[1]: IPv6 address "2001:db8:0:0::2" is not in RFC 5952 canonical format ("2001:db8::2"), which may cause controller apply-loops`,
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 26 22:57:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. src/crypto/x509/name_constraints_test.go

    			{
    				ok: []string{"ip:2000:abcd::/32"},
    			},
    		},
    		intermediates: [][]constraintsSpec{
    			{
    				{},
    			},
    		},
    		leaf: leafSpec{
    			sans: []string{"ip:2000:abcd:1234::"},
    		},
    	},
    
    	// #32: IPv6 addresses work in constraints: root restrictions are
    	// effective.
    	{
    		roots: []constraintsSpec{
    			{
    				ok: []string{"ip:2000:abcd::/32"},
    			},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  7. pkg/controller/nodeipam/ipam/cidrset/cidr_set_test.go

    			subnetMaskSize: 72,
    			index:          0,
    			CIDRBlock:      "2001:db8:1234:ff00::/72",
    			description:    "1st IP address indexed with IPv6 /72",
    		},
    		{
    			clusterCIDRStr: "2001:0db8:1234:ff00::/56",
    			subnetMaskSize: 72,
    			index:          15,
    			CIDRBlock:      "2001:db8:1234:ff00:f00::/72",
    			description:    "16th IP address indexed with IPv6 /72",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 08:53:03 UTC 2023
    - 29.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestDB.h

     *  for the CUnit test database maintenance.
     *
     *  Aug 2001      Initial implementation. (AK)
     *
     *  09/Aug/2001   Added Preprocessor conditionals for the file. (AK)
     *
     *  24/aug/2001   Made the linked list from SLL to DLL(doubly linked list). (AK)
     *
     *  31-Aug-2004   Restructured to eliminate global variables error_number, 
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  9. pkg/util/iptree/iptree_test.go

    			name:   "IPv6 contains",
    			prefix: netip.MustParsePrefix("2001:db2::/96"),
    			ip:     netip.MustParseAddr("2001:db2::1"),
    			want:   true,
    		},
    		{
    			name:   "IPv6 network address",
    			prefix: netip.MustParsePrefix("2001:db2::/96"),
    			ip:     netip.MustParseAddr("2001:db2::"),
    		},
    		{
    			name:   "IPv6 broadcast address",
    			prefix: netip.MustParsePrefix("2001:db2::/96"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  10. pkg/bootstrap/option/instances_test.go

    			testName: "lightstep address ipv6",
    			key:      "lightstep",
    			option:   option.LightstepAddress("[2001:db8::100]:80"),
    			expected: "{\"address\": \"2001:db8::100\", \"port_value\": 80}",
    		},
    		{
    			testName:    "lightstep address ipv6 missing brackets",
    			key:         "lightstep",
    			option:      option.LightstepAddress("2001:db8::100:80"),
    			expectError: true,
    		},
    		{
    			testName: "lightstep address host port",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top