Skip to content

Commit 91e4996

Browse files
authored
Remove v1alpha3 version (#1396)
* Remove v1alpha3 files * Modify SDK * Change dict() to object
1 parent 4559e16 commit 91e4996

File tree

676 files changed

+244
-74587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

676 files changed

+244
-74587
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
.gitignore
33
docs
44
examples
5-
!examples/v1alpha3/nas
6-
!examples/v1beta1/nas
75
manifests
86
pkg/ui/*/frontend/node_modules
97
pkg/ui/*/frontend/build

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
install:
2424
- npm install --global [email protected]
2525
script:
26-
- make prettier-check-v1alpha3
2726
- make prettier-check

Gopkg.lock

Lines changed: 10 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
required = [
22
"github.com/emicklei/go-restful",
3-
"github.com/onsi/ginkgo", # for test framework
4-
"github.com/onsi/gomega", # for test matchers
53
"k8s.io/client-go/plugin/pkg/client/auth/gcp", # for development against gcp
64
"k8s.io/code-generator/cmd/deepcopy-gen", # for deepcopy generation
75
"k8s.io/code-generator/cmd/openapi-gen", # for openapi generation
8-
"sigs.k8s.io/controller-tools/cmd/controller-gen", # for crd/rbac generation
96
"sigs.k8s.io/controller-runtime/pkg/client/config",
107
"sigs.k8s.io/controller-runtime/pkg/controller",
118
"sigs.k8s.io/controller-runtime/pkg/handler",
@@ -73,19 +70,6 @@ required = [
7370
name = "k8s.io/client-go"
7471
version = "kubernetes-1.12.9"
7572

76-
[[override]]
77-
name = "k8s.io/apiextensions-apiserver"
78-
version = "kubernetes-1.12.9"
79-
80-
[[override]]
81-
name = "k8s.io/kubernetes"
82-
version = "v1.13.3"
83-
84-
[[override]]
85-
name = "gopkg.in/fsnotify.v1"
86-
source = "https://github.com/fsnotify/fsnotify.git"
87-
version="v1.4.7"
88-
8973
[[constraint]]
9074
name = "github.com/kubeflow/tf-operator"
9175
branch = "v0.7-branch"

Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,10 @@ vet:
3030
update:
3131
hack/update-gofmt.sh
3232

33-
# Deploy Katib v1alpha3 manifests into a k8s cluster
34-
deployv1alpha3:
35-
bash scripts/v1alpha3/deploy.sh
36-
3733
# Deploy Katib v1beta1 manifests into a k8s cluster
3834
deploy:
3935
bash scripts/v1beta1/deploy.sh
4036

41-
# Undeploy Katib v1alpha3 manifests from a k8s cluster
42-
undeployv1alpha3:
43-
bash scripts/v1alpha3/undeploy.sh
44-
4537
# Undeploy Katib v1beta1 manifests from a k8s cluster
4638
undeploy:
4739
bash scripts/v1beta1/undeploy.sh
@@ -55,21 +47,13 @@ endif
5547
go generate ./pkg/... ./cmd/...
5648
hack/gen-python-sdk/gen-sdk.sh
5749

58-
# Build images for Katib v1alpha3 components
59-
buildv1alpha3: depend generate
60-
bash scripts/v1alpha3/build.sh
61-
6250
# Build images for Katib v1beta1 components
6351
build: depend generate
6452
ifeq ($(and $(REGISTRY),$(TAG)),)
6553
$(error REGISTRY and TAG must be set. Usage make build REGISTRY=<registry> TAG=<TAG>)
6654
endif
6755
bash scripts/v1beta1/build.sh -r $(REGISTRY) -t $(TAG)
6856

69-
# Prettier UI format check for Katib v1alpha3
70-
prettier-check-v1alpha3:
71-
npm run format:check --prefix pkg/ui/v1alpha3/frontend
72-
7357
# Prettier UI format check for Katib v1beta1
7458
prettier-check:
7559
npm run format:check --prefix pkg/ui/v1beta1/frontend

cmd/db-manager/v1alpha3/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)