Logo
Explore Help
Register Sign In
zlei6/go-zero
1
0
Fork 0
You've already forked go-zero
mirror of https://github.com/zeromicro/go-zero.git synced 2026-06-03 20:50:19 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
ec1de4f48dd828cd8fbc2c16e8a0bc7582bd2500
go-zero/zrpc/resolver/internal/kubebuilder_test.go

13 lines
192 B
Go
Raw Normal View History

feat: support third party orm to interact with go-zero (#1286) * fixes #987 * chore: fix test failure * chore: add comments * feat: support third party orm to interact with go-zero * chore: refactor
2021-12-01 20:22:15 +08:00
package internal
implement k8s service discovery (#988) * implement k8s service discovery * simplify code * use default namespace if not provided * disable codecov bot comment * ignore adhoc dir * simplify building target in NewClient * reformat code * Fix filepath (#990) * format code, and reorg imports (#991) * add more unit test Co-authored-by: anqiansong <anqiansong@gmail.com>
2021-09-04 10:27:08 +08:00
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestKubeBuilder_Scheme(t *testing.T) {
var b kubeBuilder
assert.Equal(t, KubernetesScheme, b.Scheme())
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 294ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API