Skip to content

Commit

Permalink
Update apis/v1beta1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
  • Loading branch information
vr4manta and neolit123 authored Oct 24, 2024
1 parent f0cc988 commit 524bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ type VirtualMachineCloneSpec struct {
DataDisks []VSphereDisk `json:"dataDisks,omitempty"`
}

// VSphereDisk describes additional disks for vSphere to be added to VM that are not part of the VM OVA template.
// VSphereDisk is an additional disk to add to the VM that is not part of the VM OVA template.
type VSphereDisk struct {
// SizeGiB is the size of the disk (in GiB).
// +kubebuilder:validation:Required
Expand Down

0 comments on commit 524bddf

Please sign in to comment.