add anti-capability to allow resize test skipping

This commit is contained in:
Roman Bednar 2023-02-27 10:37:02 +01:00
parent b62794c52e
commit 8567eafa02

View File

@ -185,6 +185,9 @@ const (
// capacity information for it. // capacity information for it.
CapCapacity Capability = "capacity" CapCapacity Capability = "capacity"
// Anti-capability for drivers that do not support filesystem resizing of PVCs that are cloned or restored from a snapshot.
CapFSResizeFromSourceNotSupported Capability = "FSResizeFromSourceNotSupported"
// To support ReadWriteOncePod, the following CSI sidecars must be // To support ReadWriteOncePod, the following CSI sidecars must be
// updated to these versions or greater: // updated to these versions or greater:
// - csi-provisioner:v3.0.0+ // - csi-provisioner:v3.0.0+