Aggregate OpenAPI spec

This commit is contained in:
mbohlool
2017-07-19 15:39:46 -07:00
parent 400b77b48f
commit 8c0580d89b
5 changed files with 367 additions and 8 deletions

View File

@@ -51,7 +51,6 @@ func createAggregatorConfig(kubeAPIServerConfig genericapiserver.Config, command
// the aggregator doesn't wire these up. It just delegates them to the kubeapiserver
genericConfig.EnableSwaggerUI = false
genericConfig.OpenAPIConfig = nil
genericConfig.SwaggerConfig = nil
// copy the etcd options so we don't mutate originals.