Skip to content

Commit e12e244

Browse files
committed
chore: fix typo in CRDs
Signed-off-by: Ahmad Ibrahim <ahmad.ibrahim@spectrocloud.com>
1 parent 9353cb0 commit e12e244

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
@@ -165,7 +165,7 @@ type Klusterlet struct {
165165
// +optional
166166
FeatureGates string `json:"featureGates,omitempty"`
167167

168-
// Deployent mode for klusterlet
168+
// Deployment mode for klusterlet
169169
// +kubebuilder:validation:Enum=Default;Hosted
170170
// +kubebuilder:default:="Default"
171171
// +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
@@ -192,7 +192,7 @@ spec:
192192
type: object
193193
mode:
194194
default: Default
195-
description: Deployent mode for klusterlet
195+
description: Deployment mode for klusterlet
196196
enum:
197197
- Default
198198
- 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)