Skip to content

Commit 23fa960

Browse files
Update v3 flow diagram
1 parent 256bee5 commit 23fa960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keps/sig-storage/3751-volume-attributes-class/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ type ModifyVolumeStatus struct {
197197
// TargetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled
198198
TargetVolumeAttributesClassName string
199199
// Status is the status of the ControllerModifyVolume operation
200-
Status *PersistentVolumeClaimModifyVolumeStatus
200+
Status PersistentVolumeClaimModifyVolumeStatus
201201
}
202202
203203
// +enum
@@ -206,7 +206,7 @@ type PersistentVolumeClaimModifyVolumeStatus string
206206
207207
const (
208208
// Pending indicates that the PersistentVolumeClaim cannot be modified due to requirements not being met, such as
209-
// the PersistentVolumeClaim being in an invalid state or the specified VolumeAttributesClass is existing
209+
// the specified VolumeAttributesClass doesn't exist
210210
PersistentVolumeClaimControllerModifyVolumePending PersistentVolumeClaimModifyVolumeStatus = "ControllerModifyVolumePending"
211211
// State set when modify volume controller starts modifying the volume
212212
PersistentVolumeClaimControllerModifyVolumeInProgress PersistentVolumeClaimModifyVolumeStatus = "ControllerModifyVolumeInProgress"
@@ -581,7 +581,7 @@ spec:
581581

582582
ModifyVolume is only allowed on bound PVCs. Under the ModifyVolume call, it will pass in the mutable parameters and do the update operation based on the `VolumeAttributesClass` parameters.
583583

584-
![ModifyVolume Flow Diagram](./VolumeAttributesClass-ModifyVolume-Flow-v2.png)
584+
![ModifyVolume Flow Diagram](./VolumeAttributesClass-ModifyVolume-Flow-v3.png)
585585

586586
### Implementation & Handling Failure
587587

167 KB
Loading

0 commit comments

Comments
 (0)