🔗 Fix source link in API deep dive

This commit is contained in:
Jérôme Petazzoni
2025-03-22 18:07:18 -05:00
parent a05d1f9d4f
commit 555cd058bb

View File

@@ -35,7 +35,7 @@
## The chain of handlers
- API requests go through a complex chain of filters ([src](https://github.com/kubernetes/apiserver/blob/release-1.19/pkg/server/config.go#L671))
- API requests go through a complex chain of filters ([src](https://github.com/kubernetes/apiserver/blob/release-1.32/pkg/server/config.go#L1004))
(note when reading that code: requests start at the bottom and go up)