Merge pull request #3366 from RolandMa1986/feat-e2e
e2e: add client library
Showing
... | ... | @@ -103,6 +103,7 @@ require ( |
sigs.k8s.io/controller-runtime v0.6.4 | ||
sigs.k8s.io/controller-tools v0.4.0 | ||
sigs.k8s.io/kubefed v0.4.0 | ||
kubesphere.io/client-go v0.0.0 | ||
) | ||
replace ( | ||
... | ... | @@ -757,4 +758,6 @@ replace ( |
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.2.0 | ||
sourcegraph.com/sourcegraph/appdash => sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 | ||
vbom.ml/util => vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc | ||
kubesphere.io/client-go => ./staging/src/kubesphere.io/client-go | ||
) |
hack/build_e2e.sh
0 → 100755
此差异已折叠。
此差异已折叠。
test/e2e/constants.go
0 → 100644
test/e2e/e2e.go
0 → 100644
test/e2e/framework/expect.go
0 → 100644
test/e2e/framework/framework.go
0 → 100644
test/e2e/framework/log.go
0 → 100644
test/e2e/groups.go
0 → 100644
test/e2e/quick.go
0 → 100644
test/e2e/workspaces.go
0 → 100644
vendor/kubesphere.io/client-go
0 → 120000
想要评论请 注册 或 登录