mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Merge pull request #21033 from nikhiljindal/swaggerspecInGenericServer
Auto commit by PR queue bot
This commit is contained in:
@@ -153,11 +153,6 @@ func New(c *Config) (*Master, error) {
|
||||
}
|
||||
m.InstallAPIs(c)
|
||||
|
||||
// TODO: Move this to generic api server.
|
||||
if c.EnableSwaggerSupport {
|
||||
m.InstallSwaggerAPI()
|
||||
}
|
||||
|
||||
// TODO: Attempt clean shutdown?
|
||||
if m.enableCoreControllers {
|
||||
m.NewBootstrapController().Start()
|
||||
|
||||
Reference in New Issue
Block a user