mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-30 15:52:50 +00:00
Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614) rename constant MaxPatchConflicts to maxRetryWhenPatchConflicts **What this PR does / why we need it**: 1. literally `MaxPatchConflicts` means max number of patch conflicts allowed during a patch operation. but actually in codes it is used to indicate max number of patch retry when patch conflicts happened. 2. there is no need to export this constant because it is only used in `resthandler.go` and shouldn't be used in other packages. Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
38 KiB
38 KiB