Rename Ready to ReadyToUse
This PR renames Ready to ReadyToUse in VolumeSnapshot Status to be consistent with the name in CSI spec.
This commit is contained in:
@@ -815,7 +815,7 @@ func newSnapshot(name, className, boundToContent, snapshotUID, claimName string,
|
||||
},
|
||||
Status: crdv1.VolumeSnapshotStatus{
|
||||
CreationTime: creationTime,
|
||||
Ready: ready,
|
||||
ReadyToUse: ready,
|
||||
Error: err,
|
||||
RestoreSize: size,
|
||||
},
|
||||
|
Reference in New Issue
Block a user