Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 174 for gitRepo (0.1 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

              datasetUUID: datasetUUIDValue
            gcePersistentDisk:
              fsType: fsTypeValue
              partition: 3
              pdName: pdNameValue
              readOnly: true
            gitRepo:
              directory: directoryValue
              repository: repositoryValue
              revision: revisionValue
            glusterfs:
              endpoints: endpointsValue
              path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

          datasetName: datasetNameValue
          datasetUUID: datasetUUIDValue
        gcePersistentDisk:
          fsType: fsTypeValue
          partition: 3
          pdName: pdNameValue
          readOnly: true
        gitRepo:
          directory: directoryValue
          repository: repositoryValue
          revision: revisionValue
        glusterfs:
          endpoints: endpointsValue
          path: pathValue
          readOnly: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                gcePersistentDisk:
                  fsType: fsTypeValue
                  partition: 3
                  pdName: pdNameValue
                  readOnly: true
                gitRepo:
                  directory: directoryValue
                  repository: repositoryValue
                  revision: revisionValue
                glusterfs:
                  endpoints: endpointsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                gcePersistentDisk:
                  fsType: fsTypeValue
                  partition: 3
                  pdName: pdNameValue
                  readOnly: true
                gitRepo:
                  directory: directoryValue
                  repository: repositoryValue
                  revision: revisionValue
                glusterfs:
                  endpoints: endpointsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

              datasetUUID: datasetUUIDValue
            gcePersistentDisk:
              fsType: fsTypeValue
              partition: 3
              pdName: pdNameValue
              readOnly: true
            gitRepo:
              directory: directoryValue
              repository: repositoryValue
              revision: revisionValue
            glusterfs:
              endpoints: endpointsValue
              path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

              datasetUUID: datasetUUIDValue
            gcePersistentDisk:
              fsType: fsTypeValue
              partition: 3
              pdName: pdNameValue
              readOnly: true
            gitRepo:
              directory: directoryValue
              repository: repositoryValue
              revision: revisionValue
            glusterfs:
              endpoints: endpointsValue
              path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/coderepo_test.go

    	},
    	{
    		vcs:         "git",
    		path:        "vcs-test.golang.org/go/mod/gitrepo1",
    		rev:         "master",
    		version:     "v1.2.4-annotated",
    		name:        "ede458df7cd0fdca520df19a33158086a8a68e81",
    		short:       "ede458df7cd0",
    		time:        time.Date(2018, 4, 17, 19, 43, 22, 0, time.UTC),
    		gomod:       "module vcs-test.golang.org/go/mod/gitrepo1\n",
    		zipSum:      "h1:YJYZRsM9BHFTlVr8YADjT0cJH8uFIDtoc5NLiVqZEx8=",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 20:10:14 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  10. pkg/volume/util/util.go

    // Local means the volume is using storage from the local disk that is managed by kubelet.
    // Ephemeral means the lifecycle of the volume is the same as the Pod.
    func IsLocalEphemeralVolume(volume v1.Volume) bool {
    	return volume.GitRepo != nil ||
    		(volume.EmptyDir != nil && volume.EmptyDir.Medium == v1.StorageMediumDefault) ||
    		volume.ConfigMap != nil
    }
    
    // GetLocalPersistentVolumeNodeNames returns the node affinity node name(s) for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top