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
This is a reference for audit.k8s.io/v1 API group generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-audit
```
Copy file name to clipboardExpand all lines: content/en/docs/reference/_index.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,9 @@ client libraries:
52
52
*[kubelet](/docs/reference/command-line-tools-reference/kubelet/) - The
53
53
primary agent that runs on each node. The kubelet takes a set of PodSpecs
54
54
and ensures that the described containers are running and healthy.
55
-
*[kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/) - REST API that validates and configures data for API objects such as pods, services, replication controllers.
REST API that validates and configures data for API objects such as pods,
57
+
services, replication controllers.
56
58
*[kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/) - Daemon that embeds the core control loops shipped with Kubernetes.
57
59
*[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) - Can
58
60
do simple TCP/UDP stream forwarding or round-robin TCP/UDP forwarding across
0 commit comments