Skip to content

Commit 8eb911d

Browse files
committed
📖 reference kubebuilder in README
Those coming across controller-runtime because they want to write their own controller may really want to use kubebuilder to get started.
1 parent f284dc3 commit 8eb911d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Kubernetes controller-runtime Project
44

5-
The Kubernetes controller-runtime Project is a set of go libraries for building Controllers.
5+
The Kubernetes controller-runtime Project is a set of go libraries for building
6+
Controllers. If you are looking to write a Controller,
7+
[Kubebuilder](https://book.kubebuilder.io/) is a great place to start.
68

79
Documentation:
810

0 commit comments

Comments
 (0)