mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 13:18:51 +00:00
Right now, our doc generation scripts notice if you make changes and don't regen docs, don't include new docs, etc. But they miss it if your changes should have REMOVED a doc. Both kubectl-apiversion and kubectl-clusterinfo should have been removed, but weren't. This patch starts tracking all generated doc files and will cause problems if files should be removed and aren't.
29 lines
591 B
Plaintext
29 lines
591 B
Plaintext
kubectl_api-versions.md
|
|
kubectl_cluster-info.md
|
|
kubectl_config.md
|
|
kubectl_config_set-cluster.md
|
|
kubectl_config_set-context.md
|
|
kubectl_config_set-credentials.md
|
|
kubectl_config_set.md
|
|
kubectl_config_unset.md
|
|
kubectl_config_use-context.md
|
|
kubectl_config_view.md
|
|
kubectl_create.md
|
|
kubectl_delete.md
|
|
kubectl_describe.md
|
|
kubectl_exec.md
|
|
kubectl_expose.md
|
|
kubectl_get.md
|
|
kubectl_label.md
|
|
kubectl_log.md
|
|
kubectl.md
|
|
kubectl_namespace.md
|
|
kubectl_port-forward.md
|
|
kubectl_proxy.md
|
|
kubectl_resize.md
|
|
kubectl_rolling-update.md
|
|
kubectl_run-container.md
|
|
kubectl_stop.md
|
|
kubectl_update.md
|
|
kubectl_version.md
|