mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Add new conditions for indicating node and controller resize failures
This commit is contained in:
parent
4a214f6ad9
commit
b92c68b61f
@ -544,6 +544,11 @@ const (
|
|||||||
// PersistentVolumeClaimFileSystemResizePending - controller resize is finished and a file system resize is pending on node
|
// PersistentVolumeClaimFileSystemResizePending - controller resize is finished and a file system resize is pending on node
|
||||||
PersistentVolumeClaimFileSystemResizePending PersistentVolumeClaimConditionType = "FileSystemResizePending"
|
PersistentVolumeClaimFileSystemResizePending PersistentVolumeClaimConditionType = "FileSystemResizePending"
|
||||||
|
|
||||||
|
// PersistentVolumeClaimControllerResizeError indicates an error while resizing volume for size in the controller
|
||||||
|
PersistentVolumeClaimControllerResizeError PersistentVolumeClaimConditionType = "ControllerResizeError"
|
||||||
|
// PersistentVolumeClaimNodeResizeError indicates an error while resizing volume for size in the node.
|
||||||
|
PersistentVolumeClaimNodeResizeError PersistentVolumeClaimConditionType = "NodeResizeError"
|
||||||
|
|
||||||
// Applying the target VolumeAttributesClass encountered an error
|
// Applying the target VolumeAttributesClass encountered an error
|
||||||
PersistentVolumeClaimVolumeModifyVolumeError PersistentVolumeClaimConditionType = "ModifyVolumeError"
|
PersistentVolumeClaimVolumeModifyVolumeError PersistentVolumeClaimConditionType = "ModifyVolumeError"
|
||||||
// Volume is being modified
|
// Volume is being modified
|
||||||
|
Loading…
Reference in New Issue
Block a user