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
|
||||
section:
|
||||
- docs/concepts/ecosystem/thirdpartyresource.md
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue