“94f65c34155c1e5e3e1a6f2305bef7b8111af19a”上不存在“...tests/git@gitcode.net:s920243400/PaddleDetection.git”
init push
上级
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
LEGAL.md
0 → 100644
LICENSE
0 → 100644
LICENSE.Apache
0 → 100644
LICENSE.MIT
0 → 100644
Makefile
0 → 100644
PROJECT
0 → 100644
README-CN.md
0 → 100644
README.md
0 → 100644
apis/apis.go
0 → 100644
apis/cloud/v1/doc.go
0 → 100644
apis/cloud/v1/obcluster_types.go
0 → 100644
apis/cloud/v1/obzone_types.go
0 → 100644
apis/cloud/v1/register.go
0 → 100644
cmd/cable/app.go
0 → 100644
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
config/crd/kustomization.yaml
0 → 100644
config/crd/kustomizeconfig.yaml
0 → 100644
config/default/kustomization.yaml
0 → 100644
config/manager/kustomization.yaml
0 → 100644
config/manager/manager.yaml
0 → 100644
config/prometheus/monitor.yaml
0 → 100644
config/rbac/auth_proxy_role.yaml
0 → 100644
config/rbac/kustomization.yaml
0 → 100644
config/rbac/role.yaml
0 → 100644
config/rbac/role_binding.yaml
0 → 100644
config/rbac/service_account.yaml
0 → 100644
deploy/crd.yaml
0 → 100644
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
deploy/obcluster.yaml
0 → 100644
deploy/operator.yaml
0 → 100644
docs/arch-cn.md
0 → 100644
docs/deploy-cn.md
0 → 100644
docs/develop-cn.md
0 → 100644
docs/hello-cn.md
0 → 100644
docs/img/01.png
0 → 100644
74.5 KB
docs/img/02.png
0 → 100644
209.0 KB
docs/img/03.png
0 → 100644
57.8 KB
docs/img/04.png
0 → 100644
60.2 KB
docs/img/05.png
0 → 100644
19.7 KB
go.mod
0 → 100644
| module github.com/oceanbase/ob-operator | |||
| go 1.16 | |||
| require ( | |||
| github.com/fsnotify/fsnotify v1.5.1 // indirect | |||
| github.com/gin-gonic/gin v1.7.4 | |||
| github.com/go-sql-driver/mysql v1.6.0 | |||
| github.com/google/go-cmp v0.5.5 | |||
| github.com/jinzhu/gorm v1.9.16 | |||
| github.com/pkg/errors v0.9.1 | |||
| github.com/shirou/gopsutil/v3 v3.20.10 | |||
| github.com/sirupsen/logrus v1.8.1 | |||
| github.com/smartystreets/goconvey v1.6.4 | |||
| github.com/stretchr/testify v1.7.0 | |||
| golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | |||
| golang.org/x/tools v0.1.8 // indirect | |||
| k8s.io/api v0.22.1 | |||
| k8s.io/apiextensions-apiserver v0.22.1 | |||
| k8s.io/apimachinery v0.22.1 | |||
| k8s.io/client-go v0.22.1 | |||
| k8s.io/code-generator v0.22.1 | |||
| k8s.io/klog/v2 v2.9.0 | |||
| sigs.k8s.io/controller-runtime v0.10.0 | |||
| ) |
go.sum
0 → 100644
hack/boilerplate.go.txt
0 → 100644
hack/tools.go
0 → 100644
hack/update-codegen.sh
0 → 100755
hack/verify-codegen.sh
0 → 100644
main.go
0 → 100644
pkg/cable/observer/const.go
0 → 100644
pkg/cable/observer/status.go
0 → 100644
pkg/cable/observer/stop.go
0 → 100644
pkg/cable/provider/controller.go
0 → 100644
pkg/cable/provider/dir.go
0 → 100644
pkg/cable/provider/http.go
0 → 100644
pkg/cable/provider/k8s.go
0 → 100644
pkg/config/config.go
0 → 100644
pkg/controllers/controllers.go
0 → 100644
pkg/controllers/observer/init.go
0 → 100644
pkg/infrastructure/kube/crd.go
0 → 100644
pkg/infrastructure/kube/label.go
0 → 100644
pkg/infrastructure/kube/log.go
0 → 100644
pkg/infrastructure/kube/object.go
0 → 100644
pkg/infrastructure/kube/secret.go
0 → 100644
pkg/infrastructure/kube/util.go
0 → 100644
pkg/kubeclient/client.go
0 → 100644
pkg/kubeclient/generic_client.go
0 → 100644
pkg/kubeclient/registry.go
0 → 100644
pkg/util/func.go
0 → 100644
pkg/util/http.go
0 → 100644
pkg/util/json.go
0 → 100644
pkg/util/shell/command.go
0 → 100644
pkg/util/shell/exec.go
0 → 100644
pkg/util/shell/exec_test.go
0 → 100644
pkg/util/shell/exec_unix.go
0 → 100644
pkg/util/signal.go
0 → 100644
pkg/util/slice.go
0 → 100644
pkg/util/string.go
0 → 100644
pkg/util/system/exit.go
0 → 100644
pkg/util/system/network.go
0 → 100644
pkg/util/system/process.go
0 → 100644
scripts/observer/Dockerfile
0 → 100644
scripts/observer/Makefile
0 → 100644
test/e2e/README-CN.md
0 → 100644
test/e2e/README.md
0 → 100644
test/e2e/converter/convert.go
0 → 100644
test/e2e/converter/obcluster.go
0 → 100644
test/e2e/converter/observer.go
0 → 100644
test/e2e/converter/obzone.go
0 → 100644
test/e2e/converter/rootservice.go
0 → 100644
test/e2e/converter/statefulapp.go
0 → 100644
test/e2e/converter/yaml.go
0 → 100644
test/e2e/data/obcluster-01.yaml
0 → 100644
test/e2e/data/obcluster-02.yaml
0 → 100644
test/e2e/data/statefulapp-01.yaml
0 → 100644
test/e2e/data/statefulapp-02.yaml
0 → 100644
test/e2e/e2e.go
0 → 100644
test/e2e/e2e_test.go
0 → 100644
test/e2e/go.mod
0 → 100644
test/e2e/go.sum
0 → 100644
test/e2e/observer/const.go
0 → 100644
test/e2e/observer/observer.go
0 → 100644
test/e2e/resource/client.go
0 → 100644
test/e2e/resource/obcluster.go
0 → 100644
test/e2e/resource/observer.go
0 → 100644
test/e2e/resource/obzone.go
0 → 100644
test/e2e/resource/pod.go
0 → 100644
test/e2e/resource/rootservice.go
0 → 100644
test/e2e/resource/service.go
0 → 100644
test/e2e/resource/statefulapp.go
0 → 100644
test/e2e/resource/suite.go
0 → 100644
test/e2e/statefulapp/const.go
0 → 100644
tools/.gitkeep
0 → 100644