mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(zfspv) Add golint check to travis (#175)
Signed-off-by: vaniisgh <vanisingh@live.co.uk>
This commit is contained in:
parent
8b7ad5cb45
commit
8bbf3d7d2f
34 changed files with 321 additions and 266 deletions
|
|
@ -244,6 +244,8 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: VolStatus string that specifies the current state of the
|
||||
volume provisioning request.
|
||||
properties:
|
||||
state:
|
||||
description: State specifies the current state of the volume provisioning
|
||||
|
|
@ -417,6 +419,8 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: VolStatus string that specifies the current state of the
|
||||
volume provisioning request.
|
||||
properties:
|
||||
state:
|
||||
description: State specifies the current state of the volume provisioning
|
||||
|
|
@ -637,6 +641,8 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
||||
successfully
|
||||
properties:
|
||||
state:
|
||||
type: string
|
||||
|
|
@ -804,6 +810,8 @@ spec:
|
|||
- volumeType
|
||||
type: object
|
||||
status:
|
||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
||||
successfully
|
||||
properties:
|
||||
state:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue