diff --git a/istio/istio.go b/istio/istio.go index b2a54f7f8..37861c40a 100644 --- a/istio/istio.go +++ b/istio/istio.go @@ -627,6 +627,11 @@ func (iClient *Client) ApplyOperation(ctx context.Context, arReq *meshes.ApplyRu return &meshes.ApplyRuleResponse{ OperationId: arReq.OperationId, }, nil + case runVet: + err = iClient.runVet() + return &meshes.ApplyRuleResponse{ + OperationId: arReq.OperationId, + }, err case installImagehub: go func() { opName1 := "deploying"