Skip to content

Commit

Permalink
added vet
Browse files Browse the repository at this point in the history
Signed-off-by: kumarabd <[email protected]>
  • Loading branch information
kumarabd committed Nov 3, 2020
1 parent 7b4d24d commit ede4098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions istio/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ede4098

Please sign in to comment.