Skip to content

Commit

Permalink
lint: fix duplicated words
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDXY committed Aug 21, 2023
1 parent a9cafc8 commit 7432b14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha3/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ type VirtualMachine struct {
// Network is the status of the VM's network devices.
Network []NetworkStatus `json:"network"`

// VMRef is the the VM's Managed Object Reference on vSphere.
// VMRef is the VM's Managed Object Reference on vSphere.
VMRef string `json:"vmRef"`
}

Expand Down
2 changes: 1 addition & 1 deletion apis/v1alpha3/vspherevm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type VSphereVMSpec struct {
// +optional
BootstrapRef *corev1.ObjectReference `json:"bootstrapRef,omitempty"`

// BiosUUID is the the VM's BIOS UUID that is assigned at runtime after
// BiosUUID is the VM's BIOS UUID that is assigned at runtime after
// the VM has been created.
// This field is required at runtime for other controllers that read
// this CRD as unstructured data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
description: VSphereVMSpec defines the desired state of VSphereVM.
properties:
biosUUID:
description: BiosUUID is the the VM's BIOS UUID that is assigned at
description: BiosUUID is the VM's BIOS UUID that is assigned at
runtime after the VM has been created. This field is required at
runtime for other controllers that read this CRD as unstructured
data.
Expand Down Expand Up @@ -453,7 +453,7 @@ spec:
description: VSphereVMSpec defines the desired state of VSphereVM.
properties:
biosUUID:
description: BiosUUID is the the VM's BIOS UUID that is assigned at
description: BiosUUID is the VM's BIOS UUID that is assigned at
runtime after the VM has been created. This field is required at
runtime for other controllers that read this CRD as unstructured
data.
Expand Down Expand Up @@ -873,7 +873,7 @@ spec:
type: integer
type: array
biosUUID:
description: BiosUUID is the the VM's BIOS UUID that is assigned at
description: BiosUUID is the VM's BIOS UUID that is assigned at
runtime after the VM has been created. This field is required at
runtime for other controllers that read this CRD as unstructured
data.
Expand Down Expand Up @@ -1463,7 +1463,7 @@ spec:
not be set or modified by users.
type: string
vmRef:
description: VMRef is the the VM's Managed Object Reference on vSphere.
description: VMRef is the VM's Managed Object Reference on vSphere.
It can be used by consumers to programatically get this VM representation
on vSphere in case of the need to retrieve informations. This field
is set once the machine is created and should not be changed
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started

This is a guide on how to get started with Cluster API Provider vSphere. To learn more about cluster API in more
depth, check out the the [Cluster API book][cluster-api-book].
depth, check out the [Cluster API book][cluster-api-book].

- [Getting Started](#getting-started)
- [Install Requirements](#install-requirements)
Expand Down

0 comments on commit 7432b14

Please sign in to comment.