Skip to content

Commit

Permalink
re-enable openapi aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jan 3, 2018
1 parent dc73150 commit e0476c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/server/origin/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (c *MasterConfig) createAggregatorConfig(genericConfig genericapiserver.Con
// the aggregator doesn't wire these up. It just delegates them to the kubeapiserver
genericConfig.EnableSwaggerUI = false
genericConfig.SwaggerConfig = nil
genericConfig.OpenAPIConfig = nil

// This depends on aggregator types being registered into the legacyscheme.Scheme, which is currently done in Start() to avoid concurrent scheme modification
// install our types into the scheme so that "normal" RESTOptionsGetters can work for us
Expand Down
1 change: 1 addition & 0 deletions test/integration/master_routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ var expectedIndex = []string{
"/healthz/autoregister-completion",
"/healthz/etcd",
"/healthz/ping",
"/healthz/poststarthook/apiservice-openapi-controller",
"/healthz/poststarthook/apiservice-registration-controller",
"/healthz/poststarthook/apiservice-status-available-controller",
"/healthz/poststarthook/authorization.openshift.io-bootstrapclusterroles",
Expand Down

0 comments on commit e0476c3

Please sign in to comment.