From 44f5cad16712b212bd4f4d699e68850fdae73174 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Tue, 7 Nov 2017 16:59:11 -0800 Subject: [PATCH] Reorg Concept guides for Extending K8s (#6220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- _data/concepts.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/_data/concepts.yml b/_data/concepts.yml index 735eaf1866..945abe6f6f 100644 --- a/_data/concepts.yml +++ b/_data/concepts.yml @@ -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: