@@ -66,7 +66,7 @@ func (kuma *Kuma) ApplyOperation(ctx context.Context, opReq adapter.OperationReq
6666 hh .streamErr (summary , ee , err )
6767 return
6868 }
69- ee .Summary = fmt .Sprintf ("Kuma service mesh %s successfully " , stat )
69+ ee .Summary = fmt .Sprintf ("Kuma service mesh %s. " , stat )
7070 ee .Details = fmt .Sprintf ("The Kuma service mesh is now %s." , stat )
7171 hh .StreamInfo (ee )
7272 }(kuma , e )
@@ -79,7 +79,7 @@ func (kuma *Kuma) ApplyOperation(ctx context.Context, opReq adapter.OperationReq
7979 hh .streamErr (summary , ee , err )
8080 return
8181 }
82- ee .Summary = fmt .Sprintf ("%s application %s successfully " , appName , stat )
82+ ee .Summary = fmt .Sprintf ("%s application %s" , appName , stat )
8383 ee .Details = fmt .Sprintf ("The %s application is now %s." , appName , stat )
8484 hh .StreamInfo (ee )
8585 }(kuma , e )
@@ -102,7 +102,7 @@ func (kuma *Kuma) ApplyOperation(ctx context.Context, opReq adapter.OperationReq
102102 hh .streamErr (summary , ee , err )
103103 return
104104 }
105- ee .Summary = "SMI conformance passed successfully "
105+ ee .Summary = "SMI conformance passed"
106106 ee .Details = ""
107107 hh .StreamInfo (ee )
108108 }(kuma , e )
@@ -114,7 +114,7 @@ func (kuma *Kuma) ApplyOperation(ctx context.Context, opReq adapter.OperationReq
114114 hh .streamErr (summary , ee , err )
115115 return
116116 }
117- ee .Summary = fmt .Sprintf ("Manifest %s successfully " , status .Deployed )
117+ ee .Summary = fmt .Sprintf ("Manifest status is: %s " , status .Deployed )
118118 ee .Details = ""
119119 hh .StreamInfo (ee )
120120 }(kuma , e )
0 commit comments