diff --git a/_data/concepts.yml b/_data/concepts.yml index 75b9f12f41..dc47dbf4b8 100644 --- a/_data/concepts.yml +++ b/_data/concepts.yml @@ -98,4 +98,4 @@ toc: - title: Ecosystem section: - - docs/concepts/ecosystem/thirdpartyresource.md + diff --git a/_data/tasks.yml b/_data/tasks.yml index 49f032f316..0b1bb6899d 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -89,9 +89,10 @@ toc: - title: Using Explorer to Examine the Runtime Environment path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer -- title: Accessing the Kubernetes API +- title: Accessing and Extending the Kubernetes API section: - docs/tasks/access-kubernetes-api/http-proxy-access-api.md + - docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md - title: Using TLS section: diff --git a/docs/concepts/ecosystem/thirdpartyresource.md b/docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md similarity index 96% rename from docs/concepts/ecosystem/thirdpartyresource.md rename to docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md index f6e2b872ba..15aa0c356a 100644 --- a/docs/concepts/ecosystem/thirdpartyresource.md +++ b/docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md @@ -1,10 +1,12 @@ --- assignees: - IanLewis -title: Third Party Resources +title: Extending the Kubernetes API Using Third Party Resources redirect_from: - "/docs/user-guide/thirdpartyresources/" - "/docs/user-guide/thirdpartyresources.html" +- "/docs/concepts/ecosystem/thirdpartyresource/" +- "/docs/concepts/ecosystem/thirdpartyresource.html" --- * TOC