From ede409825ce145764fd3ac723671ec2812456e21 Mon Sep 17 00:00:00 2001 From: kumarabd Date: Tue, 3 Nov 2020 13:06:19 +0530 Subject: [PATCH] added vet Signed-off-by: kumarabd --- istio/istio.go | 5 +++++ 1 file changed, 5 insertions(+) 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"