Skip to content

Commit 565d6c8

Browse files
committed
Fix typo
1 parent 29b1f09 commit 565d6c8

5 files changed

+5
-5
lines changed

api/v1alpha1/proxmoxmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ type VirtualMachineCloneSpec struct {
245245

246246
// Target node. Only allowed if the original VM is on shared storage.
247247
// +optional
248-
// Deprecated: Use `AllowedNodes`` instead.
248+
// Deprecated: Use `AllowedNodes` instead.
249249
Target *string `json:"target,omitempty"`
250250
}
251251

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ spec:
648648
target:
649649
description: |-
650650
Target node. Only allowed if the original VM is on shared storage.
651-
Deprecated: Use `AllowedNodes`` instead.
651+
Deprecated: Use `AllowedNodes` instead.
652652
type: string
653653
templateID:
654654
description: TemplateID the vm_template vmid used for cloning

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxclustertemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ spec:
689689
target:
690690
description: |-
691691
Target node. Only allowed if the original VM is on shared storage.
692-
Deprecated: Use `AllowedNodes`` instead.
692+
Deprecated: Use `AllowedNodes` instead.
693693
type: string
694694
templateID:
695695
description: TemplateID the vm_template vmid used

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ spec:
605605
target:
606606
description: |-
607607
Target node. Only allowed if the original VM is on shared storage.
608-
Deprecated: Use `AllowedNodes`` instead.
608+
Deprecated: Use `AllowedNodes` instead.
609609
type: string
610610
templateID:
611611
description: TemplateID the vm_template vmid used for cloning a new

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachinetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ spec:
646646
target:
647647
description: |-
648648
Target node. Only allowed if the original VM is on shared storage.
649-
Deprecated: Use `AllowedNodes`` instead.
649+
Deprecated: Use `AllowedNodes` instead.
650650
type: string
651651
templateID:
652652
description: TemplateID the vm_template vmid used for cloning

0 commit comments

Comments
 (0)