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

cleanup-book: remove docs/book/src/migration/testdata #1499

Merged
merged 1 commit into from
Aug 14, 2020
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
3 changes: 1 addition & 2 deletions docs/book/src/migration/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project that looks like a native v2 project. However, in some cases, it's
possible to do an in-place upgrade (i.e. reuse the v1 project layout, upgrading
controller-runtime and controller-tools.

Let's take the [example v1 project][v1-project] and migrate it to Kubebuilder
Let's take as example an V1 project and migrate it to Kubebuilder
v2. At the end, we should have something that looks like the
[example v2 project][v2-project].

Expand Down Expand Up @@ -215,6 +215,5 @@ Change the image name in the Makefile if needed.
Finally, we can run `make` and `make docker-build` to ensure things are working
fine.

[v1-project]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/migration/testdata/gopath/project-v1
[v2-project]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial/testdata/project
[builtin-type-example]: https://sigs.k8s.io/controller-runtime/examples/builtins
24 changes: 0 additions & 24 deletions docs/book/src/migration/testdata/gopath/project-v1/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docs/book/src/migration/testdata/gopath/project-v1/Dockerfile

This file was deleted.

Loading