mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 00:31:00 +00:00
'workqueue' modify 'work queue'
This commit is contained in:
parent
8e80b1e6d6
commit
dc460c3e15
@ -29,7 +29,7 @@ type Interface interface {
|
||||
ShuttingDown() bool
|
||||
}
|
||||
|
||||
// New constructs a new workqueue (see the package comment).
|
||||
// New constructs a new work queue (see the package comment).
|
||||
func New() *Type {
|
||||
return NewNamed("")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user