From 5b48832496aaf7d39d7619412da954b04fcb6c8a Mon Sep 17 00:00:00 2001 From: wei-chenglai Date: Fri, 18 Oct 2024 23:10:39 -0400 Subject: [PATCH] Fix InterpreterOperationAll description typo Signed-off-by: wei-chenglai --- pkg/apis/config/v1alpha1/resourceinterpreterwebhook_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/config/v1alpha1/resourceinterpreterwebhook_types.go b/pkg/apis/config/v1alpha1/resourceinterpreterwebhook_types.go index eb3e067d2..d1edef126 100644 --- a/pkg/apis/config/v1alpha1/resourceinterpreterwebhook_types.go +++ b/pkg/apis/config/v1alpha1/resourceinterpreterwebhook_types.go @@ -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.