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:
Xing Yang
2018-11-26 19:21:43 -08:00
parent 2840dd887f
commit bfba4cba0f
3 changed files with 8 additions and 8 deletions

View File

@@ -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,
},