mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
chore(yaml): fix bunch of typos (#348)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
parent
b32da5a165
commit
273bf148d4
9 changed files with 16 additions and 16 deletions
|
|
@ -664,7 +664,7 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
||||
description: SnapStatus string that reflects if the snapshot was created
|
||||
successfully
|
||||
properties:
|
||||
state:
|
||||
|
|
@ -833,7 +833,7 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
||||
description: SnapStatus string that reflects if the snapshot was created
|
||||
successfully
|
||||
properties:
|
||||
state:
|
||||
|
|
@ -1803,7 +1803,7 @@ spec:
|
|||
format: date-time
|
||||
type: string
|
||||
error:
|
||||
description: error is the last observed error during snapshot creation, if any. 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 snapshot creation. Upon success, this error field will be cleared.
|
||||
description: error is the last observed error during snapshot creation, if any. 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 occurs during the snapshot creation. Upon success, this error field will be cleared.
|
||||
properties:
|
||||
message:
|
||||
description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.'
|
||||
|
|
@ -1902,7 +1902,7 @@ spec:
|
|||
format: date-time
|
||||
type: string
|
||||
error:
|
||||
description: error is the last observed error during snapshot creation, if any. 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 snapshot creation. Upon success, this error field will be cleared.
|
||||
description: error is the last observed error during snapshot creation, if any. 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 occurs during the snapshot creation. Upon success, this error field will be cleared.
|
||||
properties:
|
||||
message:
|
||||
description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue