Fix InterpreterOperationAll description typo
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
This commit is contained in:
parent
ffbbe067bf
commit
5b48832496
|
|
@ -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