fix some typos in apiserver
Kubernetes-commit: e35b7d10821bc2c7b4b59e1da3808d46356be69d
This commit is contained in:
parent
b8230f7905
commit
02ca4828ef
|
@ -50,9 +50,9 @@ type APIInstaller struct {
|
|||
minRequestTimeout time.Duration
|
||||
}
|
||||
|
||||
// Struct capturing information about an action ("GET", "POST", "WATCH", PROXY", etc).
|
||||
// Struct capturing information about an action ("GET", "POST", "WATCH", "PROXY", etc).
|
||||
type action struct {
|
||||
Verb string // Verb identifying the action ("GET", "POST", "WATCH", PROXY", etc).
|
||||
Verb string // Verb identifying the action ("GET", "POST", "WATCH", "PROXY", etc).
|
||||
Path string // The path of the action
|
||||
Params []*restful.Parameter // List of parameters associated with the action.
|
||||
Namer handlers.ScopeNamer
|
||||
|
|
Loading…
Reference in New Issue