Merge pull request #5712 from seanlaii/fix-typo

Fix InterpreterOperationAll description typo
This commit is contained in:
karmada-bot 2024-10-19 12:12:29 +08:00 committed by GitHub
commit 76e01b148b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ type RuleWithOperations struct {
type InterpreterOperation string
const (
// InterpreterOperationAll indicates math all InterpreterOperation.
// InterpreterOperationAll indicates matching all InterpreterOperation.
InterpreterOperationAll InterpreterOperation = "*"
// InterpreterOperationInterpretReplica indicates that karmada want to figure out the replica declaration of a specific object.