Skip to content

Commit 58ab75a

Browse files
committed
Merge pull request kubernetes#21292 from gtank/typo-fix
Fix comment typo
2 parents 8081956 + 3146350 commit 58ab75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/master/master.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func (m *Master) thirdpartyapi(group, kind, version string) *apiserver.APIGroupV
566566
}
567567
}
568568

569-
// getExperimentalResources returns the resources for extenstions api
569+
// getExperimentalResources returns the resources for extensions api
570570
func (m *Master) getExtensionResources(c *Config) map[string]rest.Storage {
571571
// All resources except these are disabled by default.
572572
enabledResources := sets.NewString("horizontalpodautoscalers", "ingresses", "jobs", "replicasets", "deployments")

0 commit comments

Comments
 (0)