Skip to content

Commit 755b755

Browse files
cleanup-book: remove docs/book/src/migration/testdata/gopath/project-v1
1 parent 09fca78 commit 755b755

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+13
-3612
lines changed

docs/book/src/migration/guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project that looks like a native v2 project. However, in some cases, it's
1212
possible to do an in-place upgrade (i.e. reuse the v1 project layout, upgrading
1313
controller-runtime and controller-tools.
1414

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

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

218-
[v1-project]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/migration/testdata/gopath/project-v1
219218
[v2-project]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial/testdata/project
220219
[builtin-type-example]: https://sigs.k8s.io/controller-runtime/examples/builtins

docs/book/src/migration/testdata/gopath/project-v1/.gitignore

-24
This file was deleted.

docs/book/src/migration/testdata/gopath/project-v1/Dockerfile

-17
This file was deleted.

0 commit comments

Comments
 (0)