Merge pull request #5712 from seanlaii/fix-typo
Fix InterpreterOperationAll description typo
This commit is contained in:
commit
76e01b148b
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue