Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/developers/platformservice/02-develop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The platform service template is built with [kubebuilder](https://book.kubebuild
- **cmd/** contains the entrypoint of the controller with init + run commands expected by the [openmcp-operator](https://github.com/openmcp-project/openmcp-operator) to deploy the Platform Service.
- **internal/controller/** contains the `Reconcile` function where you implement your service specific reconcile logic.

If you are new to implementing Kubernetes controllers, consider completing [building a CronJob tutorial](https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html) before returning to this guide. The rest of this guide highlights the most important steps to create a service provider and the differences compared to a regular Kubernetes controller.
If you are new to implementing Kubernetes controllers, consider completing [building a CronJob tutorial](https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html) before returning to this guide. The rest of this guide highlights the most important steps to create a Platform Service and the differences compared to a regular Kubernetes controller.

## Edit the generated API type

Expand Down