Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section

This commit is contained in:
Prasad Katti
2020-05-18 00:17:44 -07:00
parent ba83ccc242
commit 1481e711c6
4 changed files with 4 additions and 3 deletions
@@ -402,7 +402,7 @@ For more information, please see [kubectl edit](/docs/reference/generated/kubect
You can use `kubectl patch` to update API objects in place. This command supports JSON patch,
JSON merge patch, and strategic merge patch. See
[Update API Objects in Place Using kubectl patch](/docs/tasks/run-application/update-api-object-kubectl-patch/)
[Update API Objects in Place Using kubectl patch](/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/)
and
[kubectl patch](/docs/reference/generated/kubectl/kubectl-commands/#patch).