Skip to content

Commit 9ae5342

Browse files
committed
Fix typo
1 parent 530f048 commit 9ae5342

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

api/v1alpha1/ionoscloudmachine_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ type IonosCloudMachineSpec struct {
173173
// A typical use-case is when an existing LAN has a Failover Group and the FailoverIP configured.
174174
// This field is used when the Failover Group is created in another LAN.
175175
//
176-
// If tLhe machine is a control plane machine, this field will not be taken into account.
176+
// If the machine is a control plane machine, this field will not be taken into account.
177177
// The LAN must be public and IPv6 enabled.
178178
// +optional
179179
// +immutable
180-
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="lanID is immutable"
180+
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="networkID is immutable"
181181
// +kubebuilder:validation:MinLength=1
182182
NetworkID *string `json:"networkID,omitempty"`
183183

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,12 @@ spec:
334334
A typical use-case is when an existing LAN has a Failover Group and the FailoverIP configured.
335335
This field is used when the Failover Group is created in another LAN.
336336
337-
If tLhe machine is a control plane machine, this field will not be taken into account.
337+
If the machine is a control plane machine, this field will not be taken into account.
338338
The LAN must be public and IPv6 enabled.
339339
minLength: 1
340340
type: string
341341
x-kubernetes-validations:
342-
- message: lanID is immutable
342+
- message: networkID is immutable
343343
rule: self == oldSelf
344344
numCores:
345345
default: 1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ spec:
357357
A typical use-case is when an existing LAN has a Failover Group and the FailoverIP configured.
358358
This field is used when the Failover Group is created in another LAN.
359359
360-
If tLhe machine is a control plane machine, this field will not be taken into account.
360+
If the machine is a control plane machine, this field will not be taken into account.
361361
The LAN must be public and IPv6 enabled.
362362
minLength: 1
363363
type: string
364364
x-kubernetes-validations:
365-
- message: lanID is immutable
365+
- message: networkID is immutable
366366
rule: self == oldSelf
367367
numCores:
368368
default: 1

0 commit comments

Comments
 (0)