Commit a4dc55d6 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #39417 from NickrenREN/fix-typo

Automatic merge from submit-queue (batch tested with PRs 39417, 39679) fix typo
parents 26522522 eef04047
...@@ -131,7 +131,7 @@ type GenericAPIServer struct { ...@@ -131,7 +131,7 @@ type GenericAPIServer struct {
openAPIConfig *openapicommon.Config openAPIConfig *openapicommon.Config
// PostStartHooks are each called after the server has started listening, in a separate go func for each // PostStartHooks are each called after the server has started listening, in a separate go func for each
// with no guaranteee of ordering between them. The map key is a name used for error reporting. // with no guarantee of ordering between them. The map key is a name used for error reporting.
// It may kill the process with a panic if it wishes to by returning an error // It may kill the process with a panic if it wishes to by returning an error
postStartHookLock sync.Mutex postStartHookLock sync.Mutex
postStartHooks map[string]postStartHookEntry postStartHooks map[string]postStartHookEntry
......
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