Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support TLS #95

Merged
merged 12 commits into from
Dec 17, 2020
Prev Previous commit
Next Next commit
order the import libs
  • Loading branch information
gxthrj committed Dec 17, 2020
commit d21ba3aa6c5a61dde7cbd8cd240969fcd3534f30
3 changes: 2 additions & 1 deletion pkg/ingress/apisix/tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ package apisix
import (
"encoding/json"
"fmt"
"testing"

a6Type "github.com/gxthrj/apisix-types/pkg/apis/apisix/v1"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"
"k8s.io/api/core/v1"
"testing"
)

func TestConvert(t *testing.T) {
Expand Down