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

⚠️ remove component config since it is no longer supported by controller-runtime and is deprecated #3764

Merged
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ test-e2e-ci: ## Run the end-to-end tests (used in the CI)`
.PHONY: test-book
test-book: ## Run the cronjob tutorial's unit tests to make sure we don't break it
cd ./docs/book/src/cronjob-tutorial/testdata/project && make test
cd ./docs/book/src/component-config-tutorial/testdata/project && make test
cd ./docs/book/src/multiversion-tutorial/testdata/project && make test

.PHONY: test-license
Expand Down
11 changes: 0 additions & 11 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@

- [Deployment and Testing](./multiversion-tutorial/deployment.md)

- [Tutorial: Component Config](./component-config-tutorial/tutorial.md)

- [Changing things up](./component-config-tutorial/api-changes.md)
- [Defining your Config](./component-config-tutorial/define-config.md)

- [Using a custom type](./component-config-tutorial/custom-type.md)

- [Adding a new Config Type](./component-config-tutorial/config-type.md)
- [Updating main](./component-config-tutorial/updating-main.md)
- [Defining your Custom Config](./component-config-tutorial/define-custom-config.md)

---

- [Migrations](./migrations.md)
Expand Down
148 changes: 0 additions & 148 deletions docs/book/src/component-config-tutorial/api-changes.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/book/src/component-config-tutorial/config-type.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/book/src/component-config-tutorial/custom-type.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/book/src/component-config-tutorial/define-config.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/book/src/component-config-tutorial/define-custom-config.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions docs/book/src/component-config-tutorial/testdata/project/PROJECT

This file was deleted.

Loading
Loading