Merge pull request #92342 from gavinfish/serverconfig-typo

Fix typo in apiserver config.file file
This commit is contained in:
Kubernetes Prow Robot 2020-12-08 16:28:17 -08:00 committed by GitHub
commit d61429975f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -531,7 +531,7 @@ func (c *RecommendedConfig) Complete() CompletedConfig {
}
// New creates a new server which logically combines the handling chain with the passed server.
// name is used to differentiate for logging. The handler chain in particular can be difficult as it starts delgating.
// name is used to differentiate for logging. The handler chain in particular can be difficult as it starts delegating.
// delegationTarget may not be nil.
func (c completedConfig) New(name string, delegationTarget DelegationTarget) (*GenericAPIServer, error) {
if c.Serializer == nil {