Merge pull request #131840 from pohly/client-go-workqueue-wording

client-go workqueue: clarify parallel reenqueuing

Kubernetes-commit: 148761ce2c309d52722a7125dffda1d5890e9f04
This commit is contained in:
Kubernetes Publisher 2025-05-20 11:21:15 -07:00
commit cd9e9393ec

View File

@ -22,5 +22,6 @@ limitations under the License.
// will only be processed once.
// - Multiple consumers and producers. In particular, it is allowed for an
// item to be reenqueued while it is being processed.
// In this case it will be processed again.
// - Shutdown notifications.
package workqueue