Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 124 for cephfs (0.17 sec)

  1. pkg/api/pod/warnings_test.go

    		}, {
    			name: "CephFS",
    			template: &api.PodTemplateSpec{Spec: api.PodSpec{
    				Volumes: []api.Volume{
    					{Name: "s", VolumeSource: api.VolumeSource{CephFS: &api.CephFSVolumeSource{}}},
    				}},
    			},
    			expected: []string{`spec.volumes[0].cephfs: deprecated in v1.28, non-functional in v1.31+`},
    		},
    
    		{
    			name: "rbd",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  2. pkg/api/pod/util.go

    		switch {
    		case source.AzureFile != nil:
    			if len(source.AzureFile.SecretName) > 0 && !visitor(source.AzureFile.SecretName) {
    				return false
    			}
    		case source.CephFS != nil:
    			if source.CephFS.SecretRef != nil && !visitor(source.CephFS.SecretRef.Name) {
    				return false
    			}
    		case source.Cinder != nil:
    			if source.Cinder.SecretRef != nil && !visitor(source.Cinder.SecretRef.Name) {
    				return false
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

     
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/api/core/v1,ISCSIVolumeSource,SessionCHAPAuth
    API rule violation: names_match,k8s.io/api/core/v1,NodeSpec,DoNotUseExternalID
    API rule violation: names_match,k8s.io/api/core/v1,PersistentVolumeSource,CephFS
    API rule violation: names_match,k8s.io/api/core/v1,PersistentVolumeSource,StorageOS
    API rule violation: names_match,k8s.io/api/core/v1,PodSpec,DeprecatedServiceAccount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool readOnly = 6;
    }
    
    // Represents a Ceph Filesystem mount that lasts the lifetime of a pod
    // Cephfs volumes do not support ownership management or SELinux relabeling.
    message CephFSVolumeSource {
      // monitors is Required: Monitors is a collection of Ceph monitors
      // More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":           "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
    	"monitors":   "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
    	"path":       "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              fsType: fsTypeValue
              kind: kindValue
              readOnly: true
            azureFile:
              readOnly: true
              secretName: secretNameValue
              shareName: shareNameValue
            cephfs:
              monitors:
              - monitorsValue
              path: pathValue
              readOnly: true
              secretFile: secretFileValue
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

              fsType: fsTypeValue
              kind: kindValue
              readOnly: true
            azureFile:
              readOnly: true
              secretName: secretNameValue
              shareName: shareNameValue
            cephfs:
              monitors:
              - monitorsValue
              path: pathValue
              readOnly: true
              secretFile: secretFileValue
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top