mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-07 10:00:15 +00:00
'workqueue' modify 'work queue'
Kubernetes-commit: dc460c3e15651d7e3527337c7997ab7f956ad6b1
This commit is contained in:
committed by
Kubernetes Publisher
parent
bc86c35183
commit
268171e690
@@ -29,7 +29,7 @@ type Interface interface {
|
|||||||
ShuttingDown() bool
|
ShuttingDown() bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// New constructs a new workqueue (see the package comment).
|
// New constructs a new work queue (see the package comment).
|
||||||
func New() *Type {
|
func New() *Type {
|
||||||
return NewNamed("")
|
return NewNamed("")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user