Skip to content

Commit

Permalink
chore(yaml): fix bunch of typos (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd authored Jun 24, 2021
1 parent b32da5a commit 273bf14
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zfs-localpv
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
version: 1.8.1
version: 1.8.2
appVersion: 1.8.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/crds/volumesnapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.'
Expand Down Expand Up @@ -191,7 +191,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.'
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/crds/zfssnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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:
Expand Down Expand Up @@ -363,7 +363,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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ zfsNode:
annotations: {}
podAnnotations: {}
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
kubeletDir: "/var/lib/kubelet/"
# limits:
Expand Down
4 changes: 2 additions & 2 deletions deploy/yamls/zfs-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,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.'
Expand Down Expand Up @@ -608,7 +608,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.'
Expand Down
4 changes: 2 additions & 2 deletions deploy/yamls/zfssnapshot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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:
Expand Down Expand Up @@ -363,7 +363,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:
Expand Down
8 changes: 4 additions & 4 deletions deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.'
Expand Down Expand Up @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/openebs.io/zfs/v1/zfssnapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type ZFSSnapshotList struct {
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 {
State string `json:"state,omitempty"`
}
2 changes: 1 addition & 1 deletion pkg/apis/openebs.io/zfs/v1alpha1/zfssnapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type ZFSSnapshotList struct {
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 {
State string `json:"state,omitempty"`
}

0 comments on commit 273bf14

Please sign in to comment.