From 805a5e9c6c0ea7d4b204d34f4615ec64d17dacb1 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Sat, 22 Aug 2026 15:12:32 +0200 Subject: [PATCH] chore: fix typo --- api/v1beta1/clusterconfiguration_types.go | 2 +- api/v1beta1/clustersummary_types.go | 2 +- .../config.projectsveltos.io_clusterconfigurations.yaml | 4 ++-- .../bases/config.projectsveltos.io_clustersummaries.yaml | 2 +- lib/crd/clusterconfigurations.go | 4 ++-- lib/crd/clustersummaries.go | 2 +- manifest/manifest.yaml | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/v1beta1/clusterconfiguration_types.go b/api/v1beta1/clusterconfiguration_types.go index 0fe58094..15bee917 100644 --- a/api/v1beta1/clusterconfiguration_types.go +++ b/api/v1beta1/clusterconfiguration_types.go @@ -90,7 +90,7 @@ type DeployedResource struct { } type Feature struct { - // FeatureID is an indentifier of the feature whose status is reported + // FeatureID is an identifier of the feature whose status is reported FeatureID libsveltosv1beta1.FeatureID `json:"featureID"` // Resources is a list of resources deployed in the Cluster. diff --git a/api/v1beta1/clustersummary_types.go b/api/v1beta1/clustersummary_types.go index fdd472f4..b7d7cfff 100644 --- a/api/v1beta1/clustersummary_types.go +++ b/api/v1beta1/clustersummary_types.go @@ -43,7 +43,7 @@ const ( // FeatureSummary contains a summary of the state of a workload // cluster feature. type FeatureSummary struct { - // FeatureID is an indentifier of the feature whose status is reported + // FeatureID is an identifier of the feature whose status is reported FeatureID libsveltosv1beta1.FeatureID `json:"featureID"` // Hash represents of a unique value for a feature at a fixed point in diff --git a/config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml b/config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml index fa7f6b92..442a2931 100644 --- a/config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml +++ b/config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml @@ -100,7 +100,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources @@ -228,7 +228,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources diff --git a/config/crd/bases/config.projectsveltos.io_clustersummaries.yaml b/config/crd/bases/config.projectsveltos.io_clustersummaries.yaml index bb96095a..ae415a95 100644 --- a/config/crd/bases/config.projectsveltos.io_clustersummaries.yaml +++ b/config/crd/bases/config.projectsveltos.io_clustersummaries.yaml @@ -2434,7 +2434,7 @@ spec: occurred. type: string featureID: - description: FeatureID is an indentifier of the feature whose + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources diff --git a/lib/crd/clusterconfigurations.go b/lib/crd/clusterconfigurations.go index fd510122..927561ce 100644 --- a/lib/crd/clusterconfigurations.go +++ b/lib/crd/clusterconfigurations.go @@ -119,7 +119,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources @@ -247,7 +247,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources diff --git a/lib/crd/clustersummaries.go b/lib/crd/clustersummaries.go index fe5d8d25..7613cfe5 100644 --- a/lib/crd/clustersummaries.go +++ b/lib/crd/clustersummaries.go @@ -2453,7 +2453,7 @@ spec: occurred. type: string featureID: - description: FeatureID is an indentifier of the feature whose + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index a98374f8..83713a4a 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -104,7 +104,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources @@ -232,7 +232,7 @@ spec: type: object type: array featureID: - description: FeatureID is an indentifier of the feature + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources @@ -8831,7 +8831,7 @@ spec: occurred. type: string featureID: - description: FeatureID is an indentifier of the feature whose + description: FeatureID is an identifier of the feature whose status is reported enum: - Resources