Skip to content

Commit d88045b

Browse files
authored
Merge pull request #823 from djzager/p2kubebuilder
📖 reference kubebuilder in README
2 parents d0de78d + ec80e50 commit d88045b

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)