objectio.k8s.api.core.v1.ModifyVolumeStatus
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation
- Source
specs/apis__apps__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
status is the status of the ControllerModifyVolume operation. It can be in any of following states: - Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing. - InProgress InProgress indicates that the volume is being modified. - Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be …
targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled