From 7285fcd1ac4c93dda5c86d521b7f5f22b6d4bf23 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 7 Apr 2017 12:13:34 -0700 Subject: [PATCH] Corresponding changes to Reference landing page --- docs/reference.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 4d6baf812c..db23124f7a 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -6,12 +6,10 @@ In the reference section, you can find reference documentation for Kubernetes AP ## API References -* [Kubernetes API](/docs/api/) - The core API for Kubernetes. -* [Autoscaling API](/docs/api-reference/autoscaling/v1/operations/) - Manages autoscaling resources such as HorizontalPodAutoscalers. -* [Batch API](/docs/api-reference/batch/v1/operations/) - Manages batch resources such as Jobs. -* [Apps API](/docs/api-reference/apps/v1beta1/operations/) - Manages apps resources such as StatefulSets. -* [Extensions API](/docs/api-reference/extensions/v1beta1/operations/) - Manages extensions resources such as Ingress, Deployments, and ReplicaSets. - +* [Kubernetes API Overview](/docs/concepts/overview/kubernetes-api/) - Conceptual overview of the API for Kubernetes. +* Versions + * [1.6](/docs/api-reference/v1.6/) + * [1.5](/docs/api-reference/v1.5/) ## CLI References @@ -19,7 +17,6 @@ In the reference section, you can find reference documentation for Kubernetes AP * [JSONPath](/docs/user-guide/jsonpath/) - Syntax guide for using [JSONPath expressions](http://goessner.net/articles/JsonPath/) with kubectl. * [kube-apiserver](/docs/admin/kube-apiserver/) - REST API that validates and configures data for API objects such as pods, services, replication controllers. * [kube-proxy](/docs/admin/kube-proxy/) - Can do simple TCP/UDP stream forwarding or round-robin TCP/UDP forwarding across a set of backends. -* [kube-scheduler](/docs/admin/kube-scheduler/) - A policy-rich, topology-aware, workload-specific function that significantly impacts availability, performance, and capacity. * [kubelet](/docs/admin/kubelet/) - The primary "node agent" that runs on each node. The kubelet takes a set of PodSpecs and ensures that the described containers are running and healthy. ## Glossary