Reorg Concept guides for Extending K8s (#6220)

Renames
Concepts → Extending the Kubernetes API
to
Concepts → Extending Kubernetes

Adds in subsections

Adds concept guides for other (non-API) extensions.

Subsequent commits will add an overview for all the ways to extend kubernetes,
hence the subsections in this commit.
This commit is contained in:
Eric Tune
2017-11-07 16:59:11 -08:00
committed by Steve Perry
parent 1c135db011
commit 44f5cad167
+10 -3
View File
@@ -22,10 +22,17 @@ toc:
- docs/concepts/architecture/master-node-communication.md
- docs/concepts/architecture/cloud-controller.md
- title: Extending the Kubernetes API
- title: Extending Kubernetes
section:
- docs/concepts/api-extension/custom-resources.md
- docs/concepts/api-extension/apiserver-aggregation.md
- title: Extending the Kubernetes API
section:
- docs/concepts/api-extension/apiserver-aggregation.md
- docs/concepts/api-extension/custom-resources.md
- title: Compute, Storage, and Networking Extensions
section:
- docs/concepts/cluster-administration/network-plugins.md
- docs/concepts/cluster-administration/device-plugins.md
- docs/concepts/cluster-administration/sysctl-cluster.md
- title: Containers
section: