Skip to content

Commit ede4098

Browse files
committed
added vet
Signed-off-by: kumarabd <[email protected]>
1 parent 7b4d24d commit ede4098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

istio/istio.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,11 @@ func (iClient *Client) ApplyOperation(ctx context.Context, arReq *meshes.ApplyRu
627627
return &meshes.ApplyRuleResponse{
628628
OperationId: arReq.OperationId,
629629
}, nil
630+
case runVet:
631+
err = iClient.runVet()
632+
return &meshes.ApplyRuleResponse{
633+
OperationId: arReq.OperationId,
634+
}, err
630635
case installImagehub:
631636
go func() {
632637
opName1 := "deploying"

0 commit comments

Comments
 (0)