Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for filesystem_ (0.2 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "fsType": {
                "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.",
                "type": "string"
              },
              "options": {
                "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.nativeintegration.filesystem.FileSystem> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileSystem.java:0)
    Class <org.gradle.internal.nativeintegration.filesystem.Symlink> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Symlink.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Update Getting Started docs and API intro.
    *   Google Cloud Storage (GCS):
        *   Add userspace DNS caching for the GCS client.
        *   Customize request timeouts for the GCS filesystem.
        *   Improve GCS filesystem caching.
    *   Bug Fixes:
        *   Fix bug where partitioned integer variables got their wrong shapes.
            Before
        *   Fix correctness bug in CPU and GPU implementations of Adadelta.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	empty := core.PersistentVolumeMode("")
    
    	// Success Cases
    	successCasesPVC := map[string]*core.PersistentVolumeClaim{
    		"valid block value":      createTestVolModePVC(&block),
    		"valid filesystem value": createTestVolModePVC(&file),
    		"valid nil value":        createTestVolModePVC(nil),
    	}
    	for k, v := range successCasesPVC {
    		opts := ValidationOptionsForPersistentVolumeClaim(v, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrUseLastResponse", Var, 7},
    		{"ErrWriteAfterFlush", Var, 0},
    		{"Error", Func, 0},
    		{"FS", Func, 16},
    		{"File", Type, 0},
    		{"FileServer", Func, 0},
    		{"FileServerFS", Func, 22},
    		{"FileSystem", Type, 0},
    		{"Flusher", Type, 0},
    		{"Get", Func, 0},
    		{"Handle", Func, 0},
    		{"HandleFunc", Func, 0},
    		{"Handler", Type, 0},
    		{"HandlerFunc", Type, 0},
    		{"Head", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top