Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 688 for read_only (0.15 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

              "pdName": "pdNameValue",
              "fsType": "fsTypeValue",
              "partition": 3,
              "readOnly": true
            },
            "awsElasticBlockStore": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "partition": 3,
              "readOnly": true
            },
            "gitRepo": {
              "repository": "repositoryValue",
              "revision": "revisionValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/file/TestFileHelper.groovy

                setSourceDirectory(zip, readOnly)
                zip.setDestFile(zipFile)
                def whenEmpty = new Zip.WhenEmpty()
                whenEmpty.setValue("create")
                zip.setWhenempty(whenEmpty)
                zip.execute()
            }
        }
    
        private void setSourceDirectory(archiveTask, boolean readOnly) {
            if (readOnly) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/ReadOnlyDependencyCacheWithinContainerTest.groovy

        MavenHttpModule core
        MavenHttpModule utils
    
        @Override
        List<MavenHttpModule> getModulesInReadOnlyCache(MavenHttpRepository repo) {
            core = repo.module("org.readonly", "core", "1.0")
            utils = repo.module("org.readonly", "util", "1.0")
            core.dependsOn(utils)
            [core, utils]
        }
    
        @Override
        def setup() {
            synchronizer = new BlockingHttpServer()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/glusterfspersistentvolumesource.go

    // with apply.
    type GlusterfsPersistentVolumeSourceApplyConfiguration struct {
    	EndpointsName      *string `json:"endpoints,omitempty"`
    	Path               *string `json:"path,omitempty"`
    	ReadOnly           *bool   `json:"readOnly,omitempty"`
    	EndpointsNamespace *string `json:"endpointsNamespace,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

                  partition: 3
                  readOnly: true
                  volumeID: volumeIDValue
                azureDisk:
                  cachingMode: cachingModeValue
                  diskName: diskNameValue
                  diskURI: diskURIValue
                  fsType: fsTypeValue
                  kind: kindValue
                  readOnly: true
                azureFile:
                  readOnly: true
                  secretName: secretNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                      "fsType": "fsTypeValue",
                      "partition": 3,
                      "readOnly": true
                    },
                    "awsElasticBlockStore": {
                      "volumeID": "volumeIDValue",
                      "fsType": "fsTypeValue",
                      "partition": 3,
                      "readOnly": true
                    },
                    "gitRepo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

              fsType: fsTypeValue
              partition: 3
              readOnly: true
              volumeID: volumeIDValue
            azureDisk:
              cachingMode: cachingModeValue
              diskName: diskNameValue
              diskURI: diskURIValue
              fsType: fsTypeValue
              kind: kindValue
              readOnly: true
            azureFile:
              readOnly: true
              secretName: secretNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

                  partition: 3
                  readOnly: true
                  volumeID: volumeIDValue
                azureDisk:
                  cachingMode: cachingModeValue
                  diskName: diskNameValue
                  diskURI: diskURIValue
                  fsType: fsTypeValue
                  kind: kindValue
                  readOnly: true
                azureFile:
                  readOnly: true
                  secretName: secretNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "gitRepo": {
                  "repository": "repositoryValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                      "fsType": "fsTypeValue",
                      "partition": 3,
                      "readOnly": true
                    },
                    "awsElasticBlockStore": {
                      "volumeID": "volumeIDValue",
                      "fsType": "fsTypeValue",
                      "partition": 3,
                      "readOnly": true
                    },
                    "gitRepo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
Back to top