mirror of https://github.com/k3s-io/k3s
fix request typo
parent
5c168e2d58
commit
811a334be9
|
@ -167,7 +167,7 @@ func (r *volumeReactor) React(action core.Action) (handled bool, ret runtime.Obj
|
|||
return true, nil, err
|
||||
}
|
||||
|
||||
// Test did not requst to inject an error, continue simulating API server.
|
||||
// Test did not request to inject an error, continue simulating API server.
|
||||
switch {
|
||||
case action.Matches("create", "persistentvolumes"):
|
||||
obj := action.(core.UpdateAction).GetObject()
|
||||
|
|
Loading…
Reference in New Issue