Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 187 for cephfs (0.15 sec)

  1. pkg/api/v1/persistentvolume/util_test.go

    			ClaimRef: &corev1.ObjectReference{Namespace: "claimrefns", Name: "claimrefname"},
    			PersistentVolumeSource: corev1.PersistentVolumeSource{
    				CephFS: &corev1.CephFSPersistentVolumeSource{
    					SecretRef: &corev1.SecretReference{
    						Name:      "Spec.PersistentVolumeSource.CephFS.SecretRef",
    						Namespace: "cephfs"}}}}},
    		{Spec: corev1.PersistentVolumeSpec{
    			ClaimRef: &corev1.ObjectReference{Namespace: "claimrefns", Name: "claimrefname"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  2. pkg/api/persistentvolume/util_test.go

    			},
    		},
    		{
    			name: "PV CephFS deprecation warning",
    			template: &api.PersistentVolume{
    				Spec: api.PersistentVolumeSpec{
    					PersistentVolumeSource: api.PersistentVolumeSource{
    						CephFS: &api.CephFSPersistentVolumeSource{
    							Monitors:   nil,
    							Path:       "",
    							User:       "",
    							SecretFile: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. pkg/api/persistentvolume/util.go

    		}
    	}
    	// If we are on deprecated volume plugin
    	if pvSpec.CephFS != nil {
    		warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.28, non-functional in v1.31+", fieldPath.Child("spec", "cephfs")))
    	}
    	if pvSpec.PhotonPersistentDisk != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 09:50:37 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. pkg/api/v1/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: Fri Feb 24 17:18:04 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PersistentVolume.json

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

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.yaml

        kind: kindValue
        readOnly: true
      azureFile:
        readOnly: true
        secretName: secretNameValue
        secretNamespace: secretNamespaceValue
        shareName: shareNameValue
      capacity:
        capacityKey: "0"
      cephfs:
        monitors:
        - monitorsValue
        path: pathValue
        readOnly: true
        secretFile: secretFileValue
        secretRef:
          name: nameValue
          namespace: namespaceValue
        user: userValue
      cinder:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.yaml

          azureFile:
            readOnly: true
            secretName: secretNameValue
            secretNamespace: secretNamespaceValue
            shareName: shareNameValue
          capacity:
            capacityKey: "0"
          cephfs:
            monitors:
            - monitorsValue
            path: pathValue
            readOnly: true
            secretFile: secretFileValue
            secretRef:
              name: nameValue
              namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

          azureFile:
            readOnly: true
            secretName: secretNameValue
            secretNamespace: secretNamespaceValue
            shareName: shareNameValue
          capacity:
            capacityKey: "0"
          cephfs:
            monitors:
            - monitorsValue
            path: pathValue
            readOnly: true
            secretFile: secretFileValue
            secretRef:
              name: nameValue
              namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top