Skip to content

Commit 21c43b2

Browse files
authored
chore: fix typo in CRDs (#90)
Signed-off-by: Ahmad Ibrahim <[email protected]>
1 parent f31d112 commit 21c43b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

fleetconfig-controller/api/v1alpha1/fleetconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ type Klusterlet struct {
533533
// +optional
534534
FeatureGates string `json:"featureGates,omitempty"`
535535

536-
// Deployent mode for klusterlet
536+
// Deployment mode for klusterlet
537537
// +kubebuilder:validation:Enum=Default;Hosted
538538
// +kubebuilder:default:="Default"
539539
// +optional

fleetconfig-controller/api/v1beta1/spoke_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ type Klusterlet struct {
166166
// +optional
167167
FeatureGates string `json:"featureGates,omitempty"`
168168

169-
// Deployent mode for klusterlet
169+
// Deployment mode for klusterlet
170170
// +kubebuilder:validation:Enum=Default;Hosted
171171
// +kubebuilder:default:="Default"
172172
// +optional

fleetconfig-controller/charts/fleetconfig-controller/crds/fleetconfig.open-cluster-management.io_spokes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ spec:
426426
type: object
427427
mode:
428428
default: Default
429-
description: Deployent mode for klusterlet
429+
description: Deployment mode for klusterlet
430430
enum:
431431
- Default
432432
- Hosted

fleetconfig-controller/charts/fleetconfig-controller/templates/crd-fleetconfig.open-cluster-management.io_fleetconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ spec:
444444
type: object
445445
mode:
446446
default: Default
447-
description: Deployent mode for klusterlet
447+
description: Deployment mode for klusterlet
448448
enum:
449449
- Default
450450
- Hosted

fleetconfig-controller/config/crds/fleetconfig.open-cluster-management.io_fleetconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ spec:
443443
type: object
444444
mode:
445445
default: Default
446-
description: Deployent mode for klusterlet
446+
description: Deployment mode for klusterlet
447447
enum:
448448
- Default
449449
- Hosted

0 commit comments

Comments
 (0)