Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,347 for 200G (0.72 sec)

  1. pkg/controller/volume/persistentvolume/index_test.go

    				UID:  "local-pd-very-large",
    				Name: "local001",
    			},
    			Spec: v1.PersistentVolumeSpec{
    				Capacity: v1.ResourceList{
    					v1.ResourceName(v1.ResourceStorage): resource.MustParse("200E"),
    				},
    				PersistentVolumeSource: v1.PersistentVolumeSource{
    					Local: &v1.LocalVolumeSource{},
    				},
    				AccessModes: []v1.PersistentVolumeAccessMode{
    					v1.ReadWriteOnce,
    					v1.ReadOnlyMany,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_lds_tcp.json

                        "cluster": {
                          "Kind": {
                            "StringValue": "outbound|2000||s1tcp.none"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "outbound|2000||s1tcp.none"
                          }
                        }
                      }
                    }
                  }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/none_ecds.json

    {
        "outbound|2000||s1tcp.none": {
          "name": "outbound|2000||s1tcp.none",
          "type": 3,
          "eds_cluster_config": {
            "eds_config": {
              "ConfigSourceSpecifier": {
                "Ads": {}
              }
            },
            "service_name": "outbound|2000||s1tcp.none"
          },
          "connect_timeout": 1000000000,
          "circuit_breakers": {
            "thresholds": [
              {
                "max_retries": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  4. pilot/pkg/xds/testdata/none_eds.json

    {
        "outbound|2000||s1tcp.none": {
          "cluster_name": "outbound|2000||s1tcp.none",
          "endpoints": [
            {
              "lb_endpoints": [
                {
                  "endpoint": {
                    "address": {
                      "Address": {
                        "SocketAddress": {
                          "address": "10.11.0.1",
                          "PortSpecifier": {
                            "PortValue": 7070
                          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  5. tests/testdata/config/none.yaml

    # pretending to have this address.
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: s1tcp
      namespace: none
    spec:
       hosts:
       - s1tcp.none
    
       ports:
       - number: 2000
         name: tcplocal
         protocol: TCP
    
       location: MESH_INTERNAL
       resolution: STATIC
    
       endpoints:
        - address: 10.11.0.1
          ports:
            tcplocal: 7070
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    \334h\344?!\010\322L\364\001\356?\301\357:\023\302\304\351?\241ip1/\256\351?4H2j\352\321\326?FVN\224\335\273\324?oc\240=V\236\350?U\212h\212Wf\357?\350v\356M\325u\341?\010]\344\016\200Y\310?\370\355\271\371\217m\332?(\231\312\2514\270\263?\333w\367\036\333\224\342?0\375M\240\326\301\355?4\364\311\317\342\313\331?\200L\321\356O\356\237?\202J\032#Uv\345?6\206~j\010\357\345?@\343|\003\217,\261?\020\362\314o\n\226\346?t\030\024A{\013\303?\n%\230NQ\034\356?\222^I\033tN\345?\356\037\364T\177\363\323?`...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  7. src/time/example_test.go

    	t, _ = time.Parse("Jan 2, 2006 at 3:04pm (MST)", "Feb 3, 2013 at 7:54pm (UTC)")
    	fmt.Println(t.GoString())
    
    	// Output:
    	// time.Date(2009, time.November, 10, 23, 0, 0, 0, time.UTC)
    	// time.Date(2009, time.November, 10, 23, 1, 0, 0, time.UTC)
    	// time.Date(2009, time.December, 10, 23, 1, 0, 0, time.UTC)
    	// time.Date(2013, time.February, 3, 19, 54, 0, 0, time.UTC)
    }
    
    func ExampleParse() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Automated.h

     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    
    /*
     *  Automated Interface (generates HTML Report Files).
     *
     *  Feb 2002      Initial implementation (AK)
     *
     *  13-Feb-2002   Single interface to automated_run_tests. (AK)
     *
     *  20-Jul-2004   New interface, doxygen comments. (JDS)
     */
    
    /** @file
     * Automated testing interface with xml output (user interface).
     */
    /** @addtogroup Automated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. helm-releases/minio-2.0.0.tgz

    minio-2.0.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-08-25T00-41-18Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - storage - object-storage - S3 maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 2.0.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name to substitute for...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Aug 26 07:36:46 UTC 2021
    - 13.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/MyMem.h

     */
    
    /*
     *  Contains Memory Related Defines to use internal routines to detect Memory Leak
     *  in Debug Versions
     *
     *  18/Jun/2002   Memory Debug Functions. (AK)
     *
     *  17-Jul-2004   New interface for global function names. (JDS)
     *
     *  05-Sep-2004   Added internal test interface. (JDS)
     */
    
    /** @file
     *  Memory management functions (user interface).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top