Skip to content

Commit

Permalink
Delete v1beta1 (#1004)
Browse files Browse the repository at this point in the history
* Delete v1beta1

* Delete v1beta1

* Fix dashboard build
  • Loading branch information
richardsliu authored and k8s-ci-robot committed May 23, 2019
1 parent d5d783c commit f41a5e5
Show file tree
Hide file tree
Showing 102 changed files with 25 additions and 30,159 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
- gometalinter --install

script:
- go build -o tf-operator.v1beta1 github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta1
- go build -o tf-operator.v1beta2 github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta2
- go build -o tf-operator.v1 github.com/kubeflow/tf-operator/cmd/tf-operator.v1
- go build -o backend github.com/kubeflow/tf-operator/dashboard/backend
Expand Down
2 changes: 0 additions & 2 deletions build/images/tf_operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ RUN mkdir -p /opt/kubeflow/samples

COPY tf_smoke.py /opt/kubeflow/samples/
RUN chmod a+x /opt/kubeflow/samples/*
COPY tf-operator.v1beta1 /opt/kubeflow
COPY tf-operator.v1beta2 /opt/kubeflow
COPY tf-operator.v1 /opt/kubeflow
COPY backend /opt/tensorflow_k8s/dashboard/
COPY build /opt/tensorflow_k8s/dashboard/frontend/build

RUN chmod a+x /opt/kubeflow/tf-operator.v1beta1
RUN chmod a+x /opt/kubeflow/tf-operator.v1beta2
RUN chmod a+x /opt/kubeflow/tf-operator.v1
RUN chmod a+x /opt/tensorflow_k8s/dashboard/backend
Expand Down
58 changes: 0 additions & 58 deletions cmd/tf-operator.v1beta1/app/options/options.go

This file was deleted.

204 changes: 0 additions & 204 deletions cmd/tf-operator.v1beta1/app/server.go

This file was deleted.

49 changes: 0 additions & 49 deletions cmd/tf-operator.v1beta1/main.go

This file was deleted.

Loading

0 comments on commit f41a5e5

Please sign in to comment.