mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-12 14:00:25 +00:00
Automatic merge from submit-queue (batch tested with PRs 44594, 44651) remove strings.compare(), use string native operation I notice we use strings.Compare() in some code, we can remove it and use native operation.