Fix a typo

This commit is contained in:
Xing Yang
2018-08-22 21:22:39 -07:00
parent 7140b77f2b
commit de25b16b03

View File

@@ -92,7 +92,7 @@ type VolumeSnapshotStatus struct {
// When restoring volume from the snapshot, the volume size should be equal to or
// larger than the RestoreSize if it is specified. If RestoreSize is set to nil, it means
// that the storage plugin does not have this information avaialble.
// that the storage plugin does not have this information available.
// +optional
RestoreSize *resource.Quantity `json:"restoreSize" protobuf:"bytes,2,opt,name=restoreSize"`
@@ -239,7 +239,7 @@ type CSIVolumeSnapshotSource struct {
// When restoring volume from the snapshot, the volume size should be equal to or
// larger than the RestoreSize if it is specified. If RestoreSize is set to nil, it means
// that the storage plugin does not have this information avaialble.
// that the storage plugin does not have this information available.
// +optional
RestoreSize *resource.Quantity `json:"restoreSize" protobuf:"bytes,4,opt,name=restoreSize"`
}