Skip to content

Commit 17e5240

Browse files
committed
fix: typos
1 parent 5a6ccd8 commit 17e5240

9 files changed

+10
-10
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (s KubeadmClusterConfig) VariableSchema() clusterv1.VariableSchema { //noli
198198
return kubeadmClusterConfigVariableSchema
199199
}
200200

201-
// KubeadmConfigSpec defines configuratiion that can be set when using kubeadm to bootstrap the cluster.
201+
// KubeadmConfigSpec defines configuration that can be set when using kubeadm to bootstrap the cluster.
202202
type KubeadmClusterConfigSpec struct {
203203
// Sets the Kubernetes image repository used for the KubeadmControlPlane.
204204
// +kubebuilder:validation:Optional

api/v1alpha1/crds/caren.nutanix.com_awsclusterconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ spec:
427427
type: object
428428
nodeRegistration:
429429
default: {}
430-
description: NodeRegistration holds fields that relate to registering the new control-plane node to the cluster.
430+
description: NodeRegistration holds fields that relate to registering the new node to the cluster.
431431
properties:
432432
ignorePreflightErrors:
433433
default:

api/v1alpha1/crds/caren.nutanix.com_awsworkernodeconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
nodeRegistration:
122122
default: {}
123123
description: NodeRegistration holds fields that relate to registering
124-
the new control-plane node to the cluster.
124+
the new node to the cluster.
125125
properties:
126126
ignorePreflightErrors:
127127
default:

api/v1alpha1/crds/caren.nutanix.com_dockerclusterconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ spec:
328328
type: object
329329
nodeRegistration:
330330
default: {}
331-
description: NodeRegistration holds fields that relate to registering the new control-plane node to the cluster.
331+
description: NodeRegistration holds fields that relate to registering the new node to the cluster.
332332
properties:
333333
ignorePreflightErrors:
334334
default:

api/v1alpha1/crds/caren.nutanix.com_dockerworkernodeconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
nodeRegistration:
7474
default: {}
7575
description: NodeRegistration holds fields that relate to registering
76-
the new control-plane node to the cluster.
76+
the new node to the cluster.
7777
properties:
7878
ignorePreflightErrors:
7979
default:

api/v1alpha1/crds/caren.nutanix.com_kubeadmclusterconfigs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ spec:
3939
metadata:
4040
type: object
4141
spec:
42-
description: KubeadmConfigSpec defines configuratiion that can be set
43-
when using kubeadm to bootstrap the cluster.
42+
description: KubeadmConfigSpec defines configuration that can be set when
43+
using kubeadm to bootstrap the cluster.
4444
properties:
4545
dns:
4646
description: DNS defines the DNS configuration for the cluster.

api/v1alpha1/crds/caren.nutanix.com_nutanixclusterconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ spec:
319319
type: object
320320
nodeRegistration:
321321
default: {}
322-
description: NodeRegistration holds fields that relate to registering the new control-plane node to the cluster.
322+
description: NodeRegistration holds fields that relate to registering the new node to the cluster.
323323
properties:
324324
ignorePreflightErrors:
325325
default:

api/v1alpha1/crds/caren.nutanix.com_nutanixworkernodeconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
properties:
4444
nodeRegistration:
4545
default: {}
46-
description: NodeRegistration holds fields that relate to registering the new control-plane node to the cluster.
46+
description: NodeRegistration holds fields that relate to registering the new node to the cluster.
4747
properties:
4848
ignorePreflightErrors:
4949
default:

api/v1alpha1/nodeconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type NutanixWorkerNodeConfigSpec struct {
109109
}
110110

111111
type KubeadmNodeSpec struct {
112-
// NodeRegistration holds fields that relate to registering the new control-plane node to the cluster.
112+
// NodeRegistration holds fields that relate to registering the new node to the cluster.
113113
// +kubebuilder:validation:Optional
114114
// +kubebuilder:default={}
115115
NodeRegistration *NodeRegistrationOptions `json:"nodeRegistration,omitempty"`

0 commit comments

Comments
 (0)