add InterpreterOperationInterpretStatus for supportedInterpreterOperation

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2022-05-24 19:21:17 +08:00
parent 801d18767b
commit c5178b8ba9
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ var supportedInterpreterOperation = sets.NewString(
string(configv1alpha1.InterpreterOperationReviseReplica),
string(configv1alpha1.InterpreterOperationRetain),
string(configv1alpha1.InterpreterOperationAggregateStatus),
string(configv1alpha1.InterpreterOperationInterpretStatus),
)
var acceptedInterpreterContextVersions = []string{configv1alpha1.GroupVersion.Version}