Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for volumeattributesclass (0.42 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			expectValidationOpts:        PersistentVolumeSpecValidationOptions{EnableVolumeAttributesClass: false},
    		},
    		"old pv has volumeAttributesClass and feature-gate VolumeAttrributesClass is on": {
    			oldPv: &core.PersistentVolume{
    				Spec: core.PersistentVolumeSpec{
    					VolumeAttributesClassName: ptr.To("foo"),
    				},
    			},
    			enableVolumeAttributesClass: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top