You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
Example controller for TGIK talk.
4
4
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
+
5
20
## Ideas/code stolen from...
6
21
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).
0 commit comments