Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PersistentVolumeClaim (0.28 sec)

  1. pkg/apis/core/validation/validation_test.go

    }
    
    func pvcWithVolumeAttributesClassName(vacName *string) *core.PersistentVolumeClaim {
    	return &core.PersistentVolumeClaim{
    		Spec: core.PersistentVolumeClaimSpec{
    			VolumeAttributesClassName: vacName,
    		},
    	}
    }
    
    func pvcWithDataSource(dataSource *core.TypedLocalObjectReference) *core.PersistentVolumeClaim {
    	return &core.PersistentVolumeClaim{
    		Spec: core.PersistentVolumeClaimSpec{
    			DataSource: dataSource,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

      tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n   a PersistentVolumeClaim (see EphemeralVolumeSource for more\n   information on the connection between this volume type\n   and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top