mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
add anti-capability to allow resize test skipping
This commit is contained in:
parent
b62794c52e
commit
8567eafa02
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user