Skip to content

Commit 97e32ef

Browse files
markmandeljbeda
authored andcommitted
Update README.md
Wanted to provide a more descriptive README, so that I can point to this repository and people can find all the related resources in one place.
1 parent ed81f7a commit 97e32ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Example controller for TGIK talk.
44

5+
Covers:
6+
- Controllers
7+
- Getters
8+
- Informers
9+
- Listers
10+
- Cache Synchronisation
11+
- Rate Limiting Queues & Workers
12+
13+
## Videos
14+
This sample repository was developed and explained across three episodes of the [TGI Kubernetes](https://www.youtube.com/watch?v=9YYeE-bMWv8&list=PLvmPtYZtoXOENHJiAQc6HmV2jmuexKfrJ) YouTube Series.
15+
- [TGI Kubernetes 007: Building a Controller](https://www.youtube.com/watch?v=8Xo_ghCIOSY)
16+
- [TGI Kubernetes 008: Continuing the Controller](https://www.youtube.com/watch?v=fWkK-zsFtlU)
17+
- [TGI Kubernetes 009: Finishing the Controller](https://www.youtube.com/watch?v=wqhKCiGsf1Y)
18+
19+
520
## Ideas/code stolen from...
621
This repo vendors in client-go along with all of the appropriate dependencies. The procedure followed is described by @ncdc in this [blog post](https://blog.heptio.com/straighten-out-your-kubernetes-client-go-dependencies-heptioprotip-8baeed46fe7d).
722

0 commit comments

Comments
 (0)