You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/19 09:53:29 UTC

[GitHub] [apisix-ingress-controller] tianshimoyi commented on a change in pull request #596: support ingress v1beta1 https

tianshimoyi commented on a change in pull request #596:
URL: https://github.com/apache/apisix-ingress-controller/pull/596#discussion_r672156351



##########
File path: pkg/ingress/manifest.go
##########
@@ -26,7 +26,7 @@ import (
 	apisixv1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
 )
 
-func diffSSLes(olds,news []*apisixv1.Ssl)(added,updated,deleted []*apisixv1.Ssl){
+func diffSSLes(olds, news []*apisixv1.Ssl) (added, updated, deleted []*apisixv1.Ssl) {

Review comment:
       Thanks for your advice !




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org