Move to Tasks: ThirdPartyRes. (#3679)
* Move to Tasks: ThirdPartyRes. * Change title.pull/3682/head
parent
20ff36112a
commit
177c96da73
|
@ -98,4 +98,4 @@ toc:
|
||||||
|
|
||||||
- title: Ecosystem
|
- title: Ecosystem
|
||||||
section:
|
section:
|
||||||
- docs/concepts/ecosystem/thirdpartyresource.md
|
|
||||||
|
|
|
@ -89,9 +89,10 @@ toc:
|
||||||
- title: Using Explorer to Examine the Runtime Environment
|
- title: Using Explorer to Examine the Runtime Environment
|
||||||
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer
|
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:
|
section:
|
||||||
- docs/tasks/access-kubernetes-api/http-proxy-access-api.md
|
- docs/tasks/access-kubernetes-api/http-proxy-access-api.md
|
||||||
|
- docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md
|
||||||
|
|
||||||
- title: Using TLS
|
- title: Using TLS
|
||||||
section:
|
section:
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- IanLewis
|
- IanLewis
|
||||||
title: Third Party Resources
|
title: Extending the Kubernetes API Using Third Party Resources
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/user-guide/thirdpartyresources/"
|
- "/docs/user-guide/thirdpartyresources/"
|
||||||
- "/docs/user-guide/thirdpartyresources.html"
|
- "/docs/user-guide/thirdpartyresources.html"
|
||||||
|
- "/docs/concepts/ecosystem/thirdpartyresource/"
|
||||||
|
- "/docs/concepts/ecosystem/thirdpartyresource.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
Loading…
Reference in New Issue