Skip to content

Commit 8c01993

Browse files
authored
Merge pull request #3531 from schrej/patch-2
🌱 fix comment of the NumCoresPerSocket property of VirtualMachineCloneSpec
2 parents 6f200c4 + 938d328 commit 8c01993

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apis/v1beta1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ type VirtualMachineCloneSpec struct {
161161
// virtual machine is cloned.
162162
// +optional
163163
NumCPUs int32 `json:"numCPUs,omitempty"`
164-
// NumCPUs is the number of cores among which to distribute CPUs in this
164+
// NumCoresPerSocket is the number of cores among which to distribute CPUs in this
165165
// virtual machine.
166166
// Defaults to the eponymous property value in the template from which the
167167
// virtual machine is cloned.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ spec:
13791379
type: integer
13801380
numCoresPerSocket:
13811381
description: |-
1382-
NumCPUs is the number of cores among which to distribute CPUs in this
1382+
NumCoresPerSocket is the number of cores among which to distribute CPUs in this
13831383
virtual machine.
13841384
Defaults to the eponymous property value in the template from which the
13851385
virtual machine is cloned.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ spec:
12541254
type: integer
12551255
numCoresPerSocket:
12561256
description: |-
1257-
NumCPUs is the number of cores among which to distribute CPUs in this
1257+
NumCoresPerSocket is the number of cores among which to distribute CPUs in this
12581258
virtual machine.
12591259
Defaults to the eponymous property value in the template from which the
12601260
virtual machine is cloned.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherevms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ spec:
14421442
type: integer
14431443
numCoresPerSocket:
14441444
description: |-
1445-
NumCPUs is the number of cores among which to distribute CPUs in this
1445+
NumCoresPerSocket is the number of cores among which to distribute CPUs in this
14461446
virtual machine.
14471447
Defaults to the eponymous property value in the template from which the
14481448
virtual machine is cloned.

0 commit comments

Comments
 (0)