This commit is contained in:
Tom Petr 2017-06-12 15:48:41 -04:00 committed by GitHub
parent c809cf8581
commit 39a1123bf1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Generic library for building a Kubernetes aggregated API server.
## Purpose ## Purpose
This library contains code to create Kubernetes aggregation server complete with delegated authentication and authorization, This library contains code to create Kubernetes aggregation server complete with delegated authentication and authorization,
`kubectl` compatible discovery information, optional admission chain, and versioned types. It's first comsumers are `kubectl` compatible discovery information, optional admission chain, and versioned types. It's first consumers are
`k8s.io/kubernetes`, `k8s.io/kube-aggregator`, and `github.com/kubernetes-incubator/service-catalog`. `k8s.io/kubernetes`, `k8s.io/kube-aggregator`, and `github.com/kubernetes-incubator/service-catalog`.