Merge commit '440e4cf7ddc75a5c64e5397b8907916adb1d00a5' into prow-update-master

This commit is contained in:
Patrick Ohly
2022-02-16 17:15:06 +01:00
4 changed files with 48 additions and 21 deletions

View File

@@ -179,7 +179,7 @@ type VolumeSnapshotStatus struct {
// This field could be helpful to upper level controllers(i.e., application controller)
// to decide whether they should continue on waiting for the snapshot to be created
// based on the type of error reported.
// The snapshot controller will keep retrying when an error occurrs during the
// The snapshot controller will keep retrying when an error occurs during the
// snapshot creation. Upon success, this error field will be cleared.
// +optional
Error *VolumeSnapshotError `json:"error,omitempty" protobuf:"bytes,5,opt,name=error,casttype=VolumeSnapshotError"`