mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
The google/btree package is deprecated, so switch to the maintained fork in k8s.io/utils/third_party/forked/golang/btree. API differences: - NewG -> New - BTreeG[T] -> BTree[T] Signed-off-by: Davanum Srinivas <davanum@gmail.com>