Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 69 for pvs (0.28 sec)

  1. staging/src/k8s.io/api/storage/v1/generated.proto

      optional string reclaimPolicy = 4;
    
      // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
      // e.g. ["ro", "soft"]. Not validated -
      // mount of the PVs will simply fail if one is invalid.
      // +optional
      // +listType=atomic
      repeated string mountOptions = 5;
    
      // allowVolumeExpansion shows whether the storage class allow volume expand.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      optional string reclaimPolicy = 4;
    
      // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
      // e.g. ["ro", "soft"]. Not validated -
      // mount of the PVs will simply fail if one is invalid.
      // +optional
      // +listType=atomic
      repeated string mountOptions = 5;
    
      // allowVolumeExpansion shows whether the storage class allow volume expand
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/storage/v1/generated.proto

      optional string reclaimPolicy = 4;
    
      // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
      // e.g. ["ro", "soft"]. Not validated -
      // mount of the PVs will simply fail if one is invalid.
      // +optional
      repeated string mountOptions = 5;
    
      // allowVolumeExpansion shows whether the storage class allow volume expand.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      optional string reclaimPolicy = 4;
    
      // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
      // e.g. ["ro", "soft"]. Not validated -
      // mount of the PVs will simply fail if one is invalid.
      // +optional
      repeated string mountOptions = 5;
    
      // allowVolumeExpansion shows whether the storage class allow volume expand
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/attach_detach_controller.go

    		volumeSpec := volume.NewSpecFromPersistentVolume(pv, false)
    
    		// Consult csiMigratedPluginManager first before querying the plugins registered during runtime in volumePluginMgr.
    		// In-tree plugins that provisioned PVs will not be registered anymore after migration to CSI, once the respective
    		// feature gate is enabled.
    		if inTreePluginName, err := adc.csiMigratedPluginManager.GetInTreePluginNameFromSpec(pv, nil); err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  6. pkg/apis/storage/types.go

    	// +optional
    	MountOptions []string
    
    	// AllowVolumeExpansion shows whether the storage class allow volume expand
    	// If the field is nil or not set, it would amount to expansion disabled
    	// for all PVs created from this storageclass.
    	// +optional
    	AllowVolumeExpansion *bool
    
    	// VolumeBindingMode indicates how PersistentVolumeClaims should be
    	// provisioned and bound.  When unset, VolumeBindingImmediate is used.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/types.go

    	// mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
    	// e.g. ["ro", "soft"]. Not validated -
    	// mount of the PVs will simply fail if one is invalid.
    	// +optional
    	// +listType=atomic
    	MountOptions []string `json:"mountOptions,omitempty" protobuf:"bytes,5,opt,name=mountOptions"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class.
    	// e.g. ["ro", "soft"]. Not validated -
    	// mount of the PVs will simply fail if one is invalid.
    	// +optional
    	// +listType=atomic
    	MountOptions []string `json:"mountOptions,omitempty" protobuf:"bytes,5,opt,name=mountOptions"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/index_test.go

    		}
    	}
    }
    
    func TestAllPossibleAccessModes(t *testing.T) {
    	index := newPersistentVolumeOrderedIndex()
    	for _, pv := range createTestVolumes() {
    		index.store.Add(pv)
    	}
    
    	// the mock PVs creates contain 2 types of accessmodes:   RWO+ROX and RWO+ROW+RWX
    	possibleModes := index.allPossibleMatchingAccessModes([]v1.PersistentVolumeAccessMode{v1.ReadWriteOnce})
    	if len(possibleModes) != 3 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  10. pkg/volume/iscsi/iscsi_util.go

    		// Multipath volume was requested. Wait up to multipathDeviceTimeout seconds for the multipath device to appear.
    		devicePath = waitForMultiPathToExist(devicePathList, multipathDeviceTimeout, b.deviceUtil)
    	} else {
    		// For PVs with 1 portal, just try one time to find the multipath device. This
    		// avoids a long pause when the multipath device will never get created, and
    		// matches legacy behavior.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top