Fixed some typos.

This commit is contained in:
Xing Yang 2018-08-22 18:11:10 -07:00
parent 766ec7022f
commit 4b0fb4cbd0
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ type VolumeSnapshotStatus struct {
// When restoring volume from the snapshot, the volume size should be equal 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"`
@ -207,7 +207,7 @@ type CSIVolumeSnapshotSource struct {
// When restoring volume from the snapshot, the volume size should be equal 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"`
}