mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Merge pull request #25459 from errm/misspell
Automatic merge from submit-queue Corrects some misspellings in comments This should help to make https://goreportcard.com/report/k8s.io/kubernetes#misspell look a little nicer.
This commit is contained in:
@@ -123,7 +123,7 @@ type Factory struct {
|
||||
SwaggerSchema func(unversioned.GroupVersionKind) (*swagger.ApiDeclaration, error)
|
||||
// Returns the default namespace to use in cases where no
|
||||
// other namespace is specified and whether the namespace was
|
||||
// overriden.
|
||||
// overridden.
|
||||
DefaultNamespace func() (string, bool, error)
|
||||
// Generators returns the generators for the provided command
|
||||
Generators func(cmdName string) map[string]kubectl.Generator
|
||||
|
||||
Reference in New Issue
Block a user