gxthrj commented on a change in pull request #386:
URL:
https://github.com/apache/apisix-ingress-controller/pull/386#discussion_r616280609
##########
File path: pkg/ingress/controller.go
##########
@@ -44,6 +44,17 @@ import (
apisixv1
"github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
)
+const (
+ // SuccessSynced is used when a resource is synced successfully
+ SuccessSynced = "SyncSuccessfully"
+ // MessageResourceSynced is used to specify controller
+ MessageResourceSynced = "%s synced successfully"
+ // FailedSynced is used when a resource synced failed
+ FailedSynced = "SyncFailed"
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]