Skip to content

Commit ec80e50

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 bfc9827 commit ec80e50

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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. It is leveraged by [Kubebuilder](https://book.kubebuilder.io/) and
7+
[Operator SDK](https://github.com/operator-framework/operator-sdk). Both are
8+
a great place to start for new projects. See
9+
[Kubebuilder's Quick Start](https://book.kubebuilder.io/quick-start.html) to
10+
see how it can be used.
611

712
Documentation:
813

0 commit comments

Comments
 (0)