Merge pull request #3654 from sbdtu5498/operator-typo-fix

Fixed small typos in the Karmada operator
This commit is contained in:
karmada-bot 2023-06-13 13:49:41 +08:00 committed by GitHub
commit 8e1037292a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1457,7 +1457,7 @@ spec:
additionalProperties:
type: boolean
description: 'FeatureGates enabled by the user. - Failover: https://karmada.io/docs/userguide/failover/#failover
- GragscefulEviction: https://karmada.io/docs/userguide/failover/#graceful-eviction-feature
- GracefulEviction: https://karmada.io/docs/userguide/failover/#graceful-eviction-feature
- PropagateDeps: https://karmada.io/docs/userguide/scheduling/propagate-dependencies
- CustomizedClusterResourceModeling: https://karmada.io/docs/userguide/scheduling/cluster-resources#start-to-use-cluster-resource-models
More info: https://github.com/karmada-io/karmada/blob/master/pkg/features/features.go'

View File

@ -66,7 +66,7 @@ type KarmadaSpec struct {
// FeatureGates enabled by the user.
// - Failover: https://karmada.io/docs/userguide/failover/#failover
// - GragscefulEviction: https://karmada.io/docs/userguide/failover/#graceful-eviction-feature
// - GracefulEviction: https://karmada.io/docs/userguide/failover/#graceful-eviction-feature
// - PropagateDeps: https://karmada.io/docs/userguide/scheduling/propagate-dependencies
// - CustomizedClusterResourceModeling: https://karmada.io/docs/userguide/scheduling/cluster-resources#start-to-use-cluster-resource-models
// More info: https://github.com/karmada-io/karmada/blob/master/pkg/features/features.go