Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1beta1/clusterconfiguration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/clustersummary_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/crd/clusterconfigurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/crd/clustersummaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down