docs(README): typo in PodLifecycleHandler (#1237)

This commit is contained in:
Jared Allard
2024-08-26 17:07:55 -04:00
committed by GitHub
parent 921890c7cb
commit 1f5e83b1d6

View File

@@ -185,7 +185,7 @@ There are 3 main interfaces:
When pods are created, updated, or deleted from Kubernetes, these methods are When pods are created, updated, or deleted from Kubernetes, these methods are
called to handle those actions. called to handle those actions.
[godoc#PodLifecylceHandler](https://godoc.org/github.com/virtual-kubelet/virtual-kubelet/node#PodLifecycleHandler) [godoc#PodLifecycleHandler](https://godoc.org/github.com/virtual-kubelet/virtual-kubelet/node#PodLifecycleHandler)
```go ```go
type PodLifecycleHandler interface { type PodLifecycleHandler interface {