Commit 58ab75a6 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #21292 from gtank/typo-fix

Fix comment typo
parents 8081956b 31463502
......@@ -566,7 +566,7 @@ func (m *Master) thirdpartyapi(group, kind, version string) *apiserver.APIGroupV
}
}
// getExperimentalResources returns the resources for extenstions api
// getExperimentalResources returns the resources for extensions api
func (m *Master) getExtensionResources(c *Config) map[string]rest.Storage {
// All resources except these are disabled by default.
enabledResources := sets.NewString("horizontalpodautoscalers", "ingresses", "jobs", "replicasets", "deployments")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment