Skip to content

Commit

Permalink
cleanup-book: remove docs/book/src/migration/testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed May 8, 2020
1 parent 09fca78 commit 4dc6409
Show file tree
Hide file tree
Showing 49 changed files with 2 additions and 3,607 deletions.
7 changes: 2 additions & 5 deletions docs/book/src/migration/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ 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
v2. At the end, we should have something that looks like the
[example v2 project][v2-project].
Let's take as example an V1 project and migrate it to Kubebuilder
v2.

## Preparation

Expand Down Expand Up @@ -215,6 +214,4 @@ 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

0 comments on commit 4dc6409

Please sign in to comment.