Fix InterpreterOperationAll description typo

Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
This commit is contained in:
wei-chenglai 2024-10-18 23:10:39 -04:00
parent ffbbe067bf
commit 5b48832496
1 changed files with 1 additions and 1 deletions

View File

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