File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ The Kubernetes controller-runtime Project is a set of go libraries for building
7
7
8
8
Documentation:
9
9
10
- - Package overview [ link] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg )
11
- - Basic controller using builder [ link] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/builder#example-Builder )
12
- - Creating a manager [ link] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#example-New )
13
- - Creating a controller[ link] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/controller#example-New )
14
-
15
- Example: [ main] ( https://github.com/kubernetes-sigs/controller-runtime/blob/master/example/main.go )
10
+ - [ Package overview] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg )
11
+ - [ Basic controller using builder] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/builder#example-Builder )
12
+ - [ Creating a manager] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#example-New )
13
+ - [ Creating a controller] ( https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/controller#example-New )
14
+ - [ Example ` main.go ` ] ( https://github.com/kubernetes-sigs/controller-runtime/blob/master/example/main.go )
16
15
17
16
## Community, discussion, contribution, and support
18
17
You can’t perform that action at this time.
0 commit comments