Fix the link to type Handler of k8s.io/api/core/v1.
This commit is contained in:
@@ -77,7 +77,7 @@ A [Probe](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prob
|
|||||||
performed periodically by the [kubelet](/docs/admin/kubelet/)
|
performed periodically by the [kubelet](/docs/admin/kubelet/)
|
||||||
on a Container. To perform a diagnostic,
|
on a Container. To perform a diagnostic,
|
||||||
the kubelet calls a
|
the kubelet calls a
|
||||||
[Handler](https://godoc.org/k8s.io/kubernetes/pkg/api/v1#Handler) implemented by
|
[Handler](https://godoc.org/k8s.io/api/core/v1#Handler) implemented by
|
||||||
the Container. There are three types of handlers:
|
the Container. There are three types of handlers:
|
||||||
|
|
||||||
* [ExecAction](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#execaction-v1-core):
|
* [ExecAction](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#execaction-v1-core):
|
||||||
|
|||||||
Reference in New Issue
Block a user