From be7e0ddb74baac9059398a40b9a603ecb2b322ce Mon Sep 17 00:00:00 2001 From: lukasmetzner Date: Thu, 10 Apr 2025 14:30:50 +0200 Subject: [PATCH] fix: spelling --- .../src/k8s.io/controller-manager/pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/controller-manager/pkg/features/kube_features.go b/staging/src/k8s.io/controller-manager/pkg/features/kube_features.go index 5423e351ba5..d5f33cd73dd 100644 --- a/staging/src/k8s.io/controller-manager/pkg/features/kube_features.go +++ b/staging/src/k8s.io/controller-manager/pkg/features/kube_features.go @@ -42,7 +42,7 @@ const ( // across the file. // owner: @lukasmetzner - // Use watch based route controller reconcilation instead of frequent periodic reconciliation. + // Use watch based route controller reconciliation instead of frequent periodic reconciliation. CloudControllerManagerWatchBasedRoutesReconciliation featuregate.Feature = "CloudControllerManagerWatchBasedRoutesReconciliation" // owner: @nckturner