You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/07 12:17:10 UTC

[apisix-ingress-controller] branch master updated: feat: apisixcluster translation (#412)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 3167953  feat: apisixcluster translation (#412)
3167953 is described below

commit 3167953a5e59b132b1e9a9a9352a247d2538017f
Author: Alex Zhang <zc...@gmail.com>
AuthorDate: Fri May 7 20:17:00 2021 +0800

    feat: apisixcluster translation (#412)
    
    * feat: add ApisixClusterConfig CRD and global_rule type, client
    
    * fix
    
    * fix
    
    * fix
    
    * feat: add translation logics for ApisixCluster
    
    * fix
    
    * test
    
    * fix
    
    * feat: add admin
    
    * fix
    
    * fix
    
    * fix
---
 pkg/apisix/global_rule.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg/apisix/global_rule.go b/pkg/apisix/global_rule.go
index 7060354..035c4b1 100644
--- a/pkg/apisix/global_rule.go
+++ b/pkg/apisix/global_rule.go
@@ -19,11 +19,12 @@ import (
 	"context"
 	"encoding/json"
 
+	"go.uber.org/zap"
+
 	"github.com/apache/apisix-ingress-controller/pkg/apisix/cache"
 	"github.com/apache/apisix-ingress-controller/pkg/id"
 	"github.com/apache/apisix-ingress-controller/pkg/log"
 	v1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
-	"go.uber.org/zap"
 )
 
 type globalRuleClient struct {