mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
add anti-capability to allow resize test skipping
This commit is contained in:
@@ -185,6 +185,9 @@ const (
|
||||
// capacity information for it.
|
||||
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
|
||||
// updated to these versions or greater:
|
||||
// - csi-provisioner:v3.0.0+
|
||||
|
Reference in New Issue
Block a user