Skip to content

Commit

Permalink
Merge pull request #1499 from camilamacedo86/cleanup-docs
Browse files Browse the repository at this point in the history
cleanup-book: remove docs/book/src/migration/testdata
  • Loading branch information
k8s-ci-robot committed Aug 14, 2020
2 parents d4c75d5 + 3da18c3 commit ac7b576
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 3,604 deletions.
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

0 comments on commit ac7b576

Please sign in to comment.