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
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: zfs-localpv
|
name: zfs-localpv
|
||||||
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
||||||
version: 1.8.1
|
version: 1.8.2
|
||||||
appVersion: 1.8.0
|
appVersion: 1.8.0
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||||
home: http://www.openebs.io/
|
home: http://www.openebs.io/
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ spec:
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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.'
|
||||||
|
|
@ -191,7 +191,7 @@ spec:
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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.'
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
@ -363,7 +363,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ zfsNode:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
resources: {}
|
resources: {}
|
||||||
# This can be configured to run on various different k8s ditributions like
|
# This can be configured to run on various different k8s distributions like
|
||||||
# microk8s where kubelet dir is different
|
# microk8s where kubelet dir is different
|
||||||
kubeletDir: "/var/lib/kubelet/"
|
kubeletDir: "/var/lib/kubelet/"
|
||||||
# limits:
|
# limits:
|
||||||
|
|
|
||||||
|
|
@ -509,7 +509,7 @@ spec:
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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.'
|
||||||
|
|
@ -608,7 +608,7 @@ spec:
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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.'
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
@ -363,7 +363,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
|
||||||
|
|
@ -664,7 +664,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
@ -833,7 +833,7 @@ spec:
|
||||||
- volumeType
|
- volumeType
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: SnapStatus string that reflects if the snapshot was cretaed
|
description: SnapStatus string that reflects if the snapshot was created
|
||||||
successfully
|
successfully
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
|
|
@ -1803,7 +1803,7 @@ spec:
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
error:
|
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:
|
properties:
|
||||||
message:
|
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.'
|
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.'
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ type ZFSSnapshotList struct {
|
||||||
Items []ZFSSnapshot `json:"items"`
|
Items []ZFSSnapshot `json:"items"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SnapStatus string that reflects if the snapshot was cretaed successfully
|
// SnapStatus string that reflects if the snapshot was created successfully
|
||||||
type SnapStatus struct {
|
type SnapStatus struct {
|
||||||
State string `json:"state,omitempty"`
|
State string `json:"state,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ type ZFSSnapshotList struct {
|
||||||
Items []ZFSSnapshot `json:"items"`
|
Items []ZFSSnapshot `json:"items"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SnapStatus string that reflects if the snapshot was cretaed successfully
|
// SnapStatus string that reflects if the snapshot was created successfully
|
||||||
type SnapStatus struct {
|
type SnapStatus struct {
|
||||||
State string `json:"state,omitempty"`
|
State string `json:"state,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue