-
- Downloads
Merge branch 'prepare-k8s-deployment' into 'master'
Prepare k8s deployment See merge request cocsn/gosdn!128
No related branches found
No related tags found
Pipeline #67588 failed
Stage: .pre
Stage: test
Stage: build
Stage: apply
Stage: integration-test
Stage: .post
Showing
- .gitlab-ci.yml 3 additions, 2 deletions.gitlab-ci.yml
- build/cd/deploy.go 297 additions, 0 deletionsbuild/cd/deploy.go
- build/ci/.deploy-k8s.yml 54 additions, 0 deletionsbuild/ci/.deploy-k8s.yml
- build/ci/.terraform-ci.yml 1 addition, 1 deletionbuild/ci/.terraform-ci.yml
- cli/http.go 1 addition, 1 deletioncli/http.go
- cmd/cli.go 1 addition, 1 deletioncmd/cli.go
- configs/gosdn.toml 0 additions, 1 deletionconfigs/gosdn.toml
- go.mod 3 additions, 0 deletionsgo.mod
- go.sum 181 additions, 1 deletiongo.sum
build/cd/deploy.go
0 → 100644
build/ci/.deploy-k8s.yml
0 → 100644
configs/gosdn.toml
deleted
100644 → 0
... | @@ -19,4 +19,7 @@ require ( | ... | @@ -19,4 +19,7 @@ require ( |
golang.org/x/net v0.0.0-20201216054612-986b41b23924 | golang.org/x/net v0.0.0-20201216054612-986b41b23924 | ||
google.golang.org/grpc v1.34.0 | google.golang.org/grpc v1.34.0 | ||
google.golang.org/protobuf v1.26.0 | google.golang.org/protobuf v1.26.0 | ||
k8s.io/api v0.20.5 | |||
k8s.io/apimachinery v0.20.5 | |||
k8s.io/client-go v0.20.5 | |||
) | ) |
This diff is collapsed.
Please register or sign in to comment