Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete v1beta2 api #1075

Merged
merged 4 commits into from
Aug 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ install:

script:
- hack/verify-codegen.sh
- 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
- gometalinter --config=linter_config.json --vendor ./...
Expand Down
4 changes: 1 addition & 3 deletions build/images/tf_operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ RUN mkdir -p /opt/tensorflow_k8s/dashboard/ \

COPY tf_smoke.py /opt/kubeflow/samples/
RUN chmod a+x /opt/kubeflow/samples/*
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.v1beta2 \
&& chmod a+x /opt/kubeflow/tf-operator.v1 \
RUN chmod a+x /opt/kubeflow/tf-operator.v1 \
&& chmod a+x /opt/tensorflow_k8s/dashboard/backend

ENTRYPOINT ["/opt/kubeflow/tf-operator.v1"]
72 changes: 0 additions & 72 deletions cmd/tf-operator.v1beta2/app/options/options.go

This file was deleted.

210 changes: 0 additions & 210 deletions cmd/tf-operator.v1beta2/app/server.go

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion developer_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Developer Guide

Tf-operator is currently at v1. The v1beta2 version will still be supported and is compatible with v1.
Tf-operator is currently at v1.

## Building the operator

Expand Down
3 changes: 0 additions & 3 deletions examples/crd/crd-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ spec:
- name: v1
served: true
storage: true
- name: v1beta2
served: true
storage: false
subresources:
status: {}
validation:
Expand Down
18 changes: 0 additions & 18 deletions examples/v1beta2/dist-mnist/Dockerfile

This file was deleted.

Loading