diff --git a/pkg/master/master.go b/pkg/master/master.go index 40d6e50b32d..58da6482b05 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -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")