mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
fix some typos in apiserver
This commit is contained in:
parent
47320fd3f0
commit
e35b7d1082
@ -50,9 +50,9 @@ type APIInstaller struct {
|
|||||||
minRequestTimeout time.Duration
|
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 {
|
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
|
Path string // The path of the action
|
||||||
Params []*restful.Parameter // List of parameters associated with the action.
|
Params []*restful.Parameter // List of parameters associated with the action.
|
||||||
Namer handlers.ScopeNamer
|
Namer handlers.ScopeNamer
|
||||||
|
Loading…
Reference in New Issue
Block a user