Skip to content

Commit

Permalink
fix: fix typos related to group replication
Browse files Browse the repository at this point in the history
fixed few typos from volumegroup snapshot to volume
group replication.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Jun 18, 2024
1 parent c5d138e commit 8251ece
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type VolumeGroupReplicationContentSpec struct {
// VolumeGroupReplicationClassName is the name of the VolumeGroupReplicationClass from
// which this group replication was (or will be) created.
// +optional
VolumeGroupSnapshotClassName string `json:"volumeGroupReplicationClassName"`
VolumeGroupReplicationClassName string `json:"volumeGroupReplicationClassName"`

// Source specifies whether the snapshot is (or should be) dynamically provisioned
// or already exists, and just requires a Kubernetes object representation.
Expand All @@ -59,7 +59,7 @@ type VolumeGroupReplicationContentSpec struct {
Source VolumeGroupReplicationContentSource `json:"source"`
}

// VolumeGroupSnapshotContentSource represents the CSI source of a group replication.
// VolumeGroupReplicationContentSource represents the CSI source of a group replication.
type VolumeGroupReplicationContentSource struct {
// VolumeHandles is a list of volume handles on the backend to be grouped
// and replicated.
Expand Down

0 comments on commit 8251ece

Please sign in to comment.